From b02fadaa89d5d54b21f1f74ccb409d3900ed3434 Mon Sep 17 00:00:00 2001 From: Jannik Date: Sat, 6 Feb 2021 22:45:28 +0100 Subject: [PATCH] fix unchecked single choice button in theme dialog beeing white --- app/src/main/res/values/styles.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index c7b34c8..bc39363 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -19,6 +19,9 @@ @color/buttonBackgroundLight @color/themeSecondaryLight @color/textSecondaryLight + + + @color/textSecondaryLight