Skip to content

Commit a76ae3e

Browse files
Update src/components/Avatar/index.tsx
Co-authored-by: Pablo Pettinari <[email protected]>
1 parent e4957d3 commit a76ae3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Avatar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const Avatar = forwardRef<AvatarLinkProps, "div" | "a">((props, ref) => {
5151
alignItems="center"
5252
gap="1"
5353
p="1"
54-
fontSize={size !== "md" ? "12px" : "14px"}
54+
fontSize={size !== "md" ? "xs" : "sm"}
5555
zIndex="overlay"
5656
{...linkProps}
5757
>

0 commit comments

Comments
 (0)