Skip to content

Commit

Permalink
Center heading on log in or sign up screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mchowning committed Dec 15, 2022
1 parent fc0150c commit 6d03284
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ internal fun OnboardingLoginOrSignUpPage(
.verticalScroll(rememberScrollState())
.weight(1f)
) {
Spacer(Modifier.weight(1f))
Spacer(Modifier.height(32.dp))

Artwork(viewModel.showContinueWithGoogleButton)

Expand Down

0 comments on commit 6d03284

Please sign in to comment.