Skip to content

Commit

Permalink
[REFACTOR] #150 : 일정 등록 / 수정 페이지 2번째 화면에서 바텀 마진이 한번 더 들어가던 것 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Mar 5, 2024
1 parent f5e5709 commit ae9a920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ private fun EventScheduleContent(

Column(
verticalArrangement = Arrangement.spacedBy(10.dp),
modifier = Modifier.padding(top = 40.dp, bottom = 16.dp),
modifier = Modifier.padding(top = 40.dp),
) {
Row(
verticalAlignment = Alignment.CenterVertically,
Expand Down

0 comments on commit ae9a920

Please sign in to comment.