Skip to content

Commit

Permalink
fix: avatar medium size 크기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gxxrxn committed Oct 24, 2023
1 parent b404804 commit 2fb418e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Base/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const getSizeClasses = (size: AvatarSize) => {
return 'w-[2rem] h-[2rem]';
}
case 'medium': {
return 'w-[3.5rem] h-[3.5rem]';
return 'w-[3.2rem] h-[3.2rem]';
}
case 'large': {
return 'w-[7rem] h-[7rem]';
Expand Down

0 comments on commit 2fb418e

Please sign in to comment.