mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-29 22:27:25 +02:00
💄 Update badge and user dropdown avatar
This commit is contained in:
parent
0087720f98
commit
647ec69fe1
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ export const UserDropdown = ({ className }: { className?: string }) => {
|
|||
<OptimizedAvatarImage
|
||||
src={user.image ?? undefined}
|
||||
name={user.name}
|
||||
size="sm"
|
||||
size="xs"
|
||||
/>
|
||||
<span className="truncate">{user.name}</span>
|
||||
<Icon>
|
||||
|
|
|
@ -9,7 +9,7 @@ const badgeVariants = cva(
|
|||
variants: {
|
||||
variant: {
|
||||
primary: "bg-primary text-primary-50",
|
||||
default: "bg-gray-50 text-secondary-foreground",
|
||||
default: "bg-gray-50 border text-secondary-foreground",
|
||||
destructive: "bg-destructive text-destructive-foreground",
|
||||
outline: "text-foreground",
|
||||
green: "bg-green-600 text-white",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue