From 69127363fae00e25c3e92f2a1cb65542bca8831d Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 18 Jan 2026 17:53:02 +0000 Subject: [PATCH] refine: make blue tone more subtle in Grimoire member gradient Changes the non-logged-in Grimoire member gradient from cyan-500 to blue-400 for a softer, more subtle blue tone on the bottom-right diagonal of the gradient. --- src/components/nostr/UserName.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/nostr/UserName.tsx b/src/components/nostr/UserName.tsx index c3fcf87..309c071 100644 --- a/src/components/nostr/UserName.tsx +++ b/src/components/nostr/UserName.tsx @@ -41,7 +41,7 @@ export function UserName({ pubkey, isMention, className }: UserNameProps) { isGrimoire ? isActiveAccount ? "bg-gradient-to-br from-yellow-500 via-orange-500 to-orange-600 bg-clip-text text-transparent" - : "bg-gradient-to-br from-purple-500 via-purple-600 to-cyan-500 bg-clip-text text-transparent" + : "bg-gradient-to-br from-purple-500 via-purple-600 to-blue-400 bg-clip-text text-transparent" : isActiveAccount ? "text-highlight" : "text-accent",