Adjusted the login flow buttons a little bit

They were slightly smaller on the onboarding page so I used that everywhere

Signed-off-by: Marco Antonio Alvarez <surakin@gmail.com>
This commit is contained in:
Marco Antonio Alvarez 2024-01-11 18:30:10 +01:00
parent 4ba73c0bb1
commit 3899814adb
4 changed files with 24 additions and 14 deletions

View file

@ -68,7 +68,9 @@ fun HeaderFooterPage(
content()
}
// Footer
footer()
Box(modifier = Modifier.padding(horizontal = 16.dp)) {
footer()
}
}
}
}

View file

@ -67,13 +67,12 @@ fun OnBoardingPage(
modifier = Modifier
.fillMaxSize()
.systemBarsPadding()
.padding(vertical = 16.dp),
.padding(all = 20.dp),
) {
// Content
Column(
modifier = Modifier
.weight(1f)
.padding(horizontal = 24.dp)
.fillMaxWidth(),
horizontalAlignment = contentAlignment,
) {