mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-13 17:07:27 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user