Skip to content

Commit

Permalink
[REFACTOR] #125 : 설문 응답 객관식 페이지 UI 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Feb 16, 2024
1 parent 6f960df commit fe230b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ internal fun ObjectiveSurveyForm(
) {
Column(
modifier = modifier,
verticalArrangement = Arrangement.spacedBy(32.dp),
verticalArrangement = Arrangement.spacedBy(40.dp),
) {
Text(
text = questionTitle,
Expand Down

0 comments on commit fe230b9

Please sign in to comment.