Skip to content

Commit 0759eaa

Browse files
committed
[#97] 💄 replace size props from 44 px to 48px in avatar
1 parent c9831b5 commit 0759eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/components/common/avatar/Avatar.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const baseStyle =
1717

1818
const styleBySize: Record<AvatarSize, string> = {
1919
24: 'w-24 h-24',
20-
48: 'w-44 h-44',
20+
48: 'w-48 h-48',
2121
60: 'w-60 h-60',
2222
180: 'w-180 h-180',
2323
}

0 commit comments

Comments
 (0)