Adjust the theme overlay transparency for LightTheme
This commit is contained in:
parent
5bf4313fd8
commit
76a5e6dd84
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue