mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-07 19:47:26 +02:00
💄 Update fallback avatar
This commit is contained in:
parent
e24d464cb5
commit
c1253e4105
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ const AvatarFallback = React.forwardRef<
|
||||||
<AvatarPrimitive.Fallback
|
<AvatarPrimitive.Fallback
|
||||||
ref={ref}
|
ref={ref}
|
||||||
className={cn(
|
className={cn(
|
||||||
"bg-muted flex h-full w-full items-center justify-center rounded-full",
|
"bg-primary-100 text-primary-800 flex h-full w-full items-center justify-center rounded-full font-medium",
|
||||||
className,
|
className,
|
||||||
)}
|
)}
|
||||||
{...props}
|
{...props}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue