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

@ -186,7 +186,7 @@ private fun OnBoardingButtons(
.fillMaxWidth()
)
}
Spacer(modifier = Modifier.height(16.dp))
Spacer(modifier = Modifier.height(48.dp))
}
}