Enable blur effect on the top bar too.

This commit is contained in:
Benoit Marty 2025-07-08 16:28:16 +02:00 committed by Benoit Marty
parent 8fec3986b4
commit 80df68c1dc
3 changed files with 23 additions and 17 deletions

View file

@ -37,7 +37,6 @@ fun Modifier.backgroundVerticalGradient(
brush = Brush.verticalGradient(
colorStops = subtleColorStops(isEnterpriseBuild),
),
alpha = 0.75f,
)
}