Skip to content

Commit b3ffefb

Browse files
fix(avatar): set smaller fallback for xs size
1 parent fd3e52e commit b3ffefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/avatar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const avatarStyles = tv({
2020
xs: {
2121
container:
2222
"size-6 hover:shadow-[2px_2px_0_var(--avatar-base-shadow-color)] peer-hover:shadow-[2px_2px_0_var(--avatar-base-shadow-color)]",
23-
fallback: "text-xs",
23+
fallback: "text-2xs",
2424
},
2525
sm: {
2626
container:

0 commit comments

Comments
 (0)