Skip to content

Commit

Permalink
[feat]#195: 패딩을 수정해요
Browse files Browse the repository at this point in the history
  • Loading branch information
flash159483 committed Nov 11, 2024
1 parent 8d98a4b commit c603b07
Showing 1 changed file with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,18 +369,16 @@ private fun CardResultContent(
}
}
}

Spacer(modifier = Modifier.height(16.dp))
DotIndicators(pagerState = pagerState)
}

Box(modifier = Modifier.fillMaxSize(), contentAlignment = Alignment.BottomCenter) {
Column {
DotIndicators(pagerState = pagerState)
Spacer(modifier = Modifier.height(10.dp))

WSButton(onClick = {
voteNavigator.navigateToVoteStorageScreen()
}, text = stringResource(R.string.check_my_vote)) {
it.invoke()
}
WSButton(onClick = {
voteNavigator.navigateToVoteStorageScreen()
}, text = stringResource(R.string.check_my_vote)) {
it.invoke()
}
}

Expand Down

0 comments on commit c603b07

Please sign in to comment.