Skip to content

Commit

Permalink
[REFACTOR] #150 : 설문 확인 페이지 ItemCard VerticlArrangeMent 다른 UI랑 16.로 통일
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Mar 5, 2024
1 parent 7978e05 commit 9f2b1ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ internal fun SurveyCheckScreen(

is SurveyCheckViewModel.SurveyListUiState.Success -> {
LazyColumn(
verticalArrangement = Arrangement.spacedBy(20.dp),
verticalArrangement = Arrangement.spacedBy(16.dp),
modifier = Modifier
.fillMaxSize()
.padding(start = 16.dp, end = 16.dp, bottom = 16.dp, top = 20.dp)
Expand Down

0 comments on commit 9f2b1ca

Please sign in to comment.