From c3ed29bc55820e0c2181b8b2d47efc9d79856fcb Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Fri, 29 Apr 2022 03:45:47 +0200 Subject: [PATCH] Update: Correct sheets' BG color --- src/main/res/values/styles.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml index 1ac9b7a2..afc3d857 100644 --- a/src/main/res/values/styles.xml +++ b/src/main/res/values/styles.xml @@ -19,6 +19,7 @@ @color/md_theme_light_onError @color/md_theme_light_onErrorContainer @color/md_theme_light_background + @color/md_theme_light_background @color/md_theme_light_onBackground @color/md_theme_light_surface @color/md_theme_light_onSurface @@ -33,6 +34,7 @@ true @style/Theme.Chip.Category + @style/Theme.Design.BottomSheetDialog @style/Theme.Tab @style/Theme.Switch @style/Widget.Material3.Toolbar.Surface @@ -58,6 +60,7 @@ @color/md_theme_dark_onError @color/md_theme_dark_onErrorContainer @color/md_theme_dark_background + @color/md_theme_dark_background @color/md_theme_dark_onBackground @color/grey_dark @color/md_theme_dark_onSurface @@ -71,6 +74,7 @@ @android:color/transparent @style/Theme.Chip.Category + @style/Theme.Design.BottomSheetDialog @style/Theme.Tab @style/Theme.Switch @style/Widget.Material3.Toolbar.Surface @@ -104,11 +108,13 @@ @color/md_theme_dark_inverseSurface @color/md_theme_dark_primaryInverse @color/pitch_black + @color/pitch_black @color/md_theme_dark_onBackground @color/md_theme_dark_surface @android:color/transparent @style/Theme.Chip.Category + @style/Theme.Design.BottomSheetDialog @style/Theme.Tab @style/Theme.Switch @style/Widget.Material3.Toolbar.Surface @@ -192,6 +198,16 @@ 4dp + + + +