Skip to content

Commit

Permalink
release/1.10.0 티켓 수량 선택 바텀시트 하단 영역 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mangbaam committed Jan 29, 2025
1 parent 862bf16 commit 2005a08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ private fun ChooseTicketBottomSheetContent2(
label = stringResource(buttonTextId),
modifier = Modifier
.fillMaxWidth()
.padding(start = 20.dp, end = 20.dp, top = 8.dp, bottom = 32.dp)
.padding(start = 20.dp, end = 20.dp, top = 8.dp, bottom = 20.dp)
.height(48.dp),
onClick = { onTicketingClicked(ticket, ticketCount) },
)
Expand Down

0 comments on commit 2005a08

Please sign in to comment.