diff --git a/app/src/main/res/values-night/styles.xml b/app/src/main/res/values-night/styles.xml index 992fd9c6..4725c4a3 100644 --- a/app/src/main/res/values-night/styles.xml +++ b/app/src/main/res/values-night/styles.xml @@ -27,5 +27,21 @@ @color/md_theme_dark_inverseOnSurface @color/md_theme_dark_inverseSurface @color/md_theme_dark_primaryInverse + + false + ?attr/colorSurface + ?attr/colorSurface + none + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index c38f4cdc..ce978ab8 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -27,6 +27,11 @@ @color/md_theme_light_inverseOnSurface @color/md_theme_light_inverseSurface @color/md_theme_light_primaryInverse + + true + ?attr/colorSurface + ?attr/colorSurface + none - \ No newline at end of file