💄 Update badge and user dropdown avatar

This commit is contained in:
Luke Vella 2025-04-01 18:34:27 +01:00
parent 0087720f98
commit 647ec69fe1
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ export const UserDropdown = ({ className }: { className?: string }) => {
<OptimizedAvatarImage <OptimizedAvatarImage
src={user.image ?? undefined} src={user.image ?? undefined}
name={user.name} name={user.name}
size="sm" size="xs"
/> />
<span className="truncate">{user.name}</span> <span className="truncate">{user.name}</span>
<Icon> <Icon>

View file

@ -9,7 +9,7 @@ const badgeVariants = cva(
variants: { variants: {
variant: { variant: {
primary: "bg-primary text-primary-50", 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", destructive: "bg-destructive text-destructive-foreground",
outline: "text-foreground", outline: "text-foreground",
green: "bg-green-600 text-white", green: "bg-green-600 text-white",