From c802cfd480b0f8b7204ca7c457e6f94ff84fd5fa Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 18 Jan 2026 21:20:52 +0000 Subject: [PATCH] fix: use solid colors for BadgeCheck icon (gradients don't work on SVG) The bg-clip-text technique only works on actual text elements, not SVG paths. Reverted to solid colors that complement the gradient themes: - Logged-in: text-amber-500 (matches the amber gradient tones) - Others: text-fuchsia-500 (matches the fuchsia gradient tones) The icon is now visible and color-coordinated with the username gradients. --- src/components/nostr/UserName.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/nostr/UserName.tsx b/src/components/nostr/UserName.tsx index 4175db7..4134a2a 100644 --- a/src/components/nostr/UserName.tsx +++ b/src/components/nostr/UserName.tsx @@ -62,9 +62,7 @@ export function UserName({ pubkey, isMention, className }: UserNameProps) { )}