From 0c88f33981ef31ef2b042b9a21d188138255300b Mon Sep 17 00:00:00 2001 From: davidoskky Date: Thu, 28 Oct 2021 20:17:08 +0200 Subject: [PATCH] Correct text and icon colors in the side drawer (#372) --- app/src/main/res/values/styles.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 4cbc3ba..fe98405 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -14,7 +14,7 @@ @color/grey_50 @color/grey_900 @color/grey_400 - @style/Widget.MaterialDrawerStyle + @style/App.materialDrawerStyle @style/Widget.MaterialDrawerHeaderStyle @style/ThemeOverlay.AppCompat.Light @@ -30,7 +30,7 @@ @color/grey_900 @color/white @color/grey_600 - @style/Widget.MaterialDrawerStyle + @style/App.materialDrawerStyle @style/Widget.MaterialDrawerHeaderStyle @style/ThemeOverlay.AppCompat.Dark @@ -44,4 +44,11 @@ @style/DrawerArrowStyle--> + + +