diff --git a/src/components/ChatViewer.tsx b/src/components/ChatViewer.tsx index 3d12ea2..1f07619 100644 --- a/src/components/ChatViewer.tsx +++ b/src/components/ChatViewer.tsx @@ -896,7 +896,7 @@ export function ChatViewer({ {/* Description */} {conversation.metadata?.description && ( -
+
{conversation.metadata.description}
)} @@ -909,22 +909,22 @@ export function ChatViewer({ e.stopPropagation(); handleNipClick(); }} - className="rounded bg-primary-foreground/20 px-1.5 py-0.5 font-mono hover:bg-primary-foreground/30 transition-colors cursor-pointer text-primary-foreground" + className="rounded bg-tooltip-foreground/20 px-1.5 py-0.5 font-mono hover:bg-tooltip-foreground/30 transition-colors cursor-pointer" > {conversation.protocol.toUpperCase()} )} {(conversation.type === "group" || conversation.type === "live-chat") && ( - • + • )} {conversation.protocol === "nip-10" ? ( - +