Fix the spacing above the bouncer message.

#flexiglass

Fix: 289518387
Test: Manually verified, see screenshots in the bug.
Change-Id: I77aa8b6317c4fc8b12f6090e07468b28f6882b6b
This commit is contained in:
burakov
2023-07-06 16:45:41 +00:00
parent f158fa25cb
commit 23bd9a70b6

View File

@@ -99,7 +99,10 @@ private fun BouncerScene(
horizontalAlignment = Alignment.CenterHorizontally,
verticalArrangement = Arrangement.spacedBy(60.dp),
modifier =
modifier.background(MaterialTheme.colorScheme.surface).fillMaxSize().padding(32.dp)
modifier
.fillMaxSize()
.background(MaterialTheme.colorScheme.surface)
.padding(start = 32.dp, top = 92.dp, end = 32.dp, bottom = 32.dp)
) {
Crossfade(
targetState = message,