From 09e6e3db54e95ce08317252f0a8b4ac4b7221a8d Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sat, 27 Aug 2022 16:24:53 -0400 Subject: [PATCH] colors: Fix text and menu colors in night mode --- app/src/main/res/values/styles.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index dbba419..d0046c0 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -6,9 +6,13 @@ @color/colorPrimary @color/colorPrimary @color/colorAccent + @color/colorTextPrimary true true @color/colorPrimary + @color/colorTextPrimary + @color/colorTextSecondary + @color/colorPrimary