give dark mode some love 🖤
This commit is contained in:
@@ -47,7 +47,7 @@ export function ProfileAvatar({
|
||||
: size === 'xs'
|
||||
? 'text-[8px]'
|
||||
: 'text-base',
|
||||
'bg-slate-200 text-slate-800'
|
||||
'bg-def-200 text-muted-foreground'
|
||||
)}
|
||||
>
|
||||
{firstName?.at(0) ?? '🫣'}
|
||||
|
||||
Reference in New Issue
Block a user