summaryrefslogtreecommitdiff
path: root/app/src/custom/res
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2022-12-12 21:51:27 +0100
committercyBerta <cyberta@riseup.net>2022-12-15 23:57:15 +0100
commit77d3d7fb647632955197a678287b34d4281cbd40 (patch)
treedc1a020d11a564471989c9285f47db7ee6ca883b /app/src/custom/res
parent14b082f7670b25aabe22a3cd8db334b327645f8f (diff)
fix and unify button text colors
Diffstat (limited to 'app/src/custom/res')
-rw-r--r--app/src/custom/res/values/custom-theme.xml5
1 files changed, 5 insertions, 0 deletions
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 @@
<!-- location button icon tint color -->
<color name="colorLocationButtonTint">@color/black800</color>
<color name="colorLocationButtonTintTransparent">@color/black800_transparent</color>
+ <!-- pill style button text colors -->
+ <color name="color_font_btn_primary">@color/white</color>
+ <color name="color_font_btn_secondary">@color/black800</color>
+ <!-- button text colors in Alerts -->
+ <color name="color_font_btn">@color/black800</color>
</resources>