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.
This commit is contained in:
Claude
2026-01-18 17:53:02 +00:00
parent ad8a6e6811
commit 69127363fa

View File

@@ -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",