From 4c0d804531bcfcba1566dd7f133ec214bd948615 Mon Sep 17 00:00:00 2001 From: andrekir Date: Thu, 2 Feb 2023 16:57:40 -0300 Subject: [PATCH] fix: override default dialog button text colors --- app/src/main/res/values/styles.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 54da3724..7cdb7b96 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -5,6 +5,7 @@ @style/MyActionBar @style/Widget.App.Button + @style/CustomMaterialDialog @color/colorPrimary @color/colorPrimaryDark @@ -59,6 +60,15 @@ @color/buttonColor + +