Adjust the theme overlay transparency for LightTheme

This commit is contained in:
Thomas Andres Gomez 2023-04-07 16:22:45 +02:00
parent 5bf4313fd8
commit 76a5e6dd84

View file

@ -87,8 +87,8 @@ fun bibLibLightColors(
onSurface = BibLibColorPalette.VeryDarkGrey, onSurface = BibLibColorPalette.VeryDarkGrey,
), ),
system: BibLibColor.System = BibLibColor.System( system: BibLibColor.System = BibLibColor.System(
status = base.surface.copy(alpha = 0.5f), status = base.surface,
navigation = base.surface.copy(alpha = 0.5f), navigation = base.surface,
), ),
handle: Color = base.onSurface.copy(alpha = 0.1f), handle: Color = base.onSurface.copy(alpha = 0.1f),
typography: BibLibColor.Typography = BibLibColor.Typography( typography: BibLibColor.Typography = BibLibColor.Typography(