From add7e9ac89c81d3d0beb669bc63df62385054dc2 Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Sat, 4 Jun 2022 12:33:31 +0200 Subject: [PATCH] Set better color for menu and bottom sheet --- presentation/src/main/res/values-night/colors.xml | 3 +++ presentation/src/main/res/values-night/styles.xml | 4 ---- presentation/src/main/res/values/colors.xml | 3 +++ presentation/src/main/res/values/styles.xml | 5 ++++- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/presentation/src/main/res/values-night/colors.xml b/presentation/src/main/res/values-night/colors.xml index e532d85c..154652bd 100644 --- a/presentation/src/main/res/values-night/colors.xml +++ b/presentation/src/main/res/values-night/colors.xml @@ -23,4 +23,7 @@ #80ffffff + @color/m3_sys_color_dark_background + @color/colorBlack + diff --git a/presentation/src/main/res/values-night/styles.xml b/presentation/src/main/res/values-night/styles.xml index b094a499..a1a12c7d 100644 --- a/presentation/src/main/res/values-night/styles.xml +++ b/presentation/src/main/res/values-night/styles.xml @@ -9,8 +9,4 @@ @color/colorBlack - - diff --git a/presentation/src/main/res/values/colors.xml b/presentation/src/main/res/values/colors.xml index 0e9f5a49..647f47c2 100644 --- a/presentation/src/main/res/values/colors.xml +++ b/presentation/src/main/res/values/colors.xml @@ -26,4 +26,7 @@ #1f000000 + @color/m3_sys_color_light_background + @color/colorWhite + diff --git a/presentation/src/main/res/values/styles.xml b/presentation/src/main/res/values/styles.xml index abd1a571..1b9f6f20 100644 --- a/presentation/src/main/res/values/styles.xml +++ b/presentation/src/main/res/values/styles.xml @@ -24,6 +24,8 @@ @style/AppTheme.SnackbarTextview @style/PreferenceTheme @style/ModalBottomSheetDialog + + @color/popupMenuBackgroundColor