Skip to content

Commit

Permalink
[CHORE] #112 : 일정 등록 버튼 하단 마진 안맞던거 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Feb 6, 2024
1 parent 574ffac commit 60dd94a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private fun EventDetailsContent(
WappButton(
onClick = onNextButtonClicked,
textRes = R.string.next,
modifier = Modifier.padding(vertical = 20.dp),
modifier = Modifier.padding(top = 20.dp),
)
}
}
Expand Down Expand Up @@ -311,7 +311,6 @@ private fun EventScheduleContent(
WappButton(
onClick = onRegisterButtonClicked,
textRes = R.string.register_event,
modifier = Modifier.padding(bottom = 20.dp),
)
}
}

0 comments on commit 60dd94a

Please sign in to comment.