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

Commit 2731289f authored by Danny Burakov's avatar Danny Burakov Committed by Android (Google) Code Review
Browse files

Merge "[bc25] Adjust the dual shade scrim alpha to match the latest UX mocks." into main

parents 3598e3b0 2b19e6f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -193,7 +193,7 @@ object OverlayShade {
    }

    object Colors {
        val ScrimBackground = Color(0, 0, 0, alpha = 255 / 3)
        val ScrimBackground = Color(0f, 0f, 0f, alpha = 0.2f)
        val PanelBackground: Color
            @Composable @ReadOnlyComposable get() = MaterialTheme.colorScheme.surfaceContainer
    }