Skip to content

Commit

Permalink
[FEATURE] #125 : 설문 응답 화면 마진 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Feb 16, 2024
1 parent 6cbec6c commit ef1fd1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ internal fun SurveyAnswerScreen(
modifier = Modifier
.fillMaxSize()
.padding(paddingValues)
.padding(16.dp),
.padding(top = 16.dp, bottom = 20.dp, start = 20.dp, end = 20.dp),
)
}
}
Expand Down

0 comments on commit ef1fd1e

Please sign in to comment.