Skip to content

Commit d74f874

Browse files
committed
avoid hardcoded colors
1 parent 40ceb1d commit d74f874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/user-menu/user-avatar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function UserAvatar({ userName }: UserAvatarProps) {
1717

1818
return (
1919
<Avatar>
20-
<AvatarFallback className="rounded-full bg-[rgba(96,96,96,0.90)] text-primary-foreground">
20+
<AvatarFallback className="rounded-full bg-zinc-600/90 text-primary-foreground">
2121
{initials}
2222
</AvatarFallback>
2323
</Avatar>

0 commit comments

Comments
 (0)