Skip to content

Commit

Permalink
small 일 때 컨텐츠 사이즈 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sodp5 committed Aug 7, 2024
1 parent 61364a4 commit 5d9a48d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ enum class BezierIconButtonSize(
Small(
radius = 10.dp,
containerPadding = PaddingValues(6.dp),
iconSize = 16.dp,
emojiSize = 16.dp,
avatarSize = BezierAvatarSize.Size16,
iconSize = 20.dp,
emojiSize = 20.dp,
avatarSize = BezierAvatarSize.Size20,
),
Medium(
radius = 12.dp,
Expand Down

0 comments on commit 5d9a48d

Please sign in to comment.