Skip to content

Commit

Permalink
[fix] #76 (medium) balloon 크기 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
beom84 committed Jan 24, 2025
1 parent 1ab66b6 commit 3dc0da1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fun BalloonContainer(
color = BbangZipTheme.colors.staticWhite_FFFFFF,
shape = RoundedCornerShape(size = 20.dp),
)
.padding(horizontal = 16.dp, vertical = 8.dp),
.padding(horizontal = 16.dp, vertical = 10.dp),
contentAlignment = Alignment.Center,
) {
Row(verticalAlignment = Alignment.CenterVertically) {
Expand Down

0 comments on commit 3dc0da1

Please sign in to comment.