fix(US-06): increase top and bottom padding

This commit is contained in:
Jeena 2026-03-09 11:59:25 +00:00
parent e6fb8506e1
commit de9674a0d0

View file

@ -113,7 +113,7 @@ fun PacerScreen(viewModel: PacerViewModel, modifier: Modifier = Modifier) {
modifier = Modifier
.fillMaxSize()
.padding(horizontal = 24.dp)
.padding(top = 40.dp, bottom = 20.dp),
.padding(top = 64.dp, bottom = 48.dp),
horizontalAlignment = Alignment.CenterHorizontally,
verticalArrangement = Arrangement.SpaceBetween
) {