summaryrefslogtreecommitdiff
path: root/app/src/custom
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2022-12-14 18:06:15 +0100
committercyBerta <cyberta@riseup.net>2022-12-15 23:59:53 +0100
commit4c7632a6f5278801837850d2bdba38a64e9fd906 (patch)
treec50574329b41da854827372a62acf9e625a3b7fb /app/src/custom
parente6639aba950a3a68d44f4d2b586ae37debd87955 (diff)
tint location button colors as dark as possible
Diffstat (limited to 'app/src/custom')
-rw-r--r--app/src/custom/res/values/custom-theme.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<!-- glow effect color of the on / off button if no network / traffic blocked -->
<color name="colorMainBtnError">#eF2222</color>
<!-- location button icon tint color -->
- <color name="colorLocationButtonTint">@color/black800</color>
+ <color name="colorLocationButtonTint">@color/black</color>
<color name="colorLocationButtonTintTransparent">@color/black800_transparent</color>
<!-- pill style button text colors -->
<color name="color_font_btn_primary">@color/white</color>