Skip to content

Commit

Permalink
[CHORE] #82 : SurveyItemCard Padding 15 -> 16
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Jan 6, 2024
1 parent 6e80196 commit 3144a4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private fun SurveyContent(

LazyColumn(
verticalArrangement = Arrangement.spacedBy(8.dp),
modifier = Modifier.padding(horizontal = 15.dp),
modifier = Modifier.padding(horizontal = 16.dp),
) {
items(surveyFormList) { surveyForm ->
SurveyFormItemCard(
Expand Down

0 comments on commit 3144a4a

Please sign in to comment.