Skip to content

Commit

Permalink
fix: fix cr
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Nov 8, 2024
1 parent 02ebd06 commit 4ebd51b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 31 deletions.
2 changes: 1 addition & 1 deletion src/avatar/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Avatar: FC<AvatarProps> = (props) => {
? {
height: sizeValue,
width: sizeValue,
'font-size': `${(Number.parseInt(sizeValue, 10) / 8) * 3 + 2}px`,
fontSize: `${(Number.parseInt(sizeValue, 10) / 8) * 3 + 2}px`,
}
: {};

Expand Down
Loading

0 comments on commit 4ebd51b

Please sign in to comment.