From 77d3d7fb647632955197a678287b34d4281cbd40 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 12 Dec 2022 21:51:27 +0100 Subject: fix and unify button text colors --- app/src/custom/res/values/custom-theme.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/src/custom') diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml index 48d04322..4326542c 100644 --- a/app/src/custom/res/values/custom-theme.xml +++ b/app/src/custom/res/values/custom-theme.xml @@ -21,4 +21,9 @@ @color/black800 @color/black800_transparent + + @color/white + @color/black800 + + @color/black800 -- cgit v1.2.3 From 4c7632a6f5278801837850d2bdba38a64e9fd906 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Wed, 14 Dec 2022 18:06:15 +0100 Subject: tint location button colors as dark as possible --- app/src/custom/res/values/custom-theme.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/custom') diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml index 4326542c..771fd745 100644 --- a/app/src/custom/res/values/custom-theme.xml +++ b/app/src/custom/res/values/custom-theme.xml @@ -19,7 +19,7 @@ #eF2222 - @color/black800 + @color/black @color/black800_transparent @color/white -- cgit v1.2.3