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

Commit 5cfb9787 authored by Lucas Silva's avatar Lucas Silva Committed by Android (Google) Code Review
Browse files

Merge "Update hub background animation" into main

parents da06dfe0 07729848
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -252,7 +252,10 @@ private fun BoxScope.AnimatedLinearGradient() {
    Box(
        Modifier.matchParentSize()
            .background(colors.primary)
            .animatedRadialGradientBackground(colors.primary, colors.primaryContainer)
            .animatedRadialGradientBackground(
                toColor = colors.primary,
                fromColor = colors.primaryContainer.copy(alpha = 0.6f)
            )
    )
    BackgroundTopScrim()
}