Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8cc2f638 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix the spacing above the bouncer message." into udc-qpr-dev am: 14f986e1

parents b3548d0b 14f986e1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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,