diff --git a/public/nostr-chat-widget.js b/public/nostr-chat-widget.js
index aed3978..0524f5e 100644
--- a/public/nostr-chat-widget.js
+++ b/public/nostr-chat-widget.js
@@ -10,7 +10,7 @@
*
EMBED IT WITH:
@@ -57,7 +57,7 @@ EMBED IT WITH:
const csPubkey = scriptTag.getAttribute('data-nostr-pubkey') || 'PUBKEY_TO_RECEICE_MESSAGES';
const brandName = scriptTag.getAttribute('data-brand-name') || 'Support Team Messaging';
const primaryColor = scriptTag.getAttribute('data-color') || '#fdad01';
- const secondaryColor = scriptTag.getAttribute('data-color-secondary') || '#ff8c00';
+ const secondaryColor = scriptTag.getAttribute('data-color-secondary') || '#000000';
// Default relay configuration
const DEFAULT_RELAYS = [