summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2022-12-02 20:43:15 +0100
committercyberta <cyberta@riseup.net>2022-12-02 20:43:15 +0100
commit620689f338ffcedb29558d80fda00006d65a6ef7 (patch)
tree73b6babc5b45266076f84eec5bc05b3102ecd2c1
parent72759fe4be7e0557bfb251ba99de77e7ece6e1f7 (diff)
fix location button icon color for RiseupVPN
-rw-r--r--app/src/custom/res/values/custom-theme.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml
index b1a8d0cd..48d04322 100644
--- a/app/src/custom/res/values/custom-theme.xml
+++ b/app/src/custom/res/values/custom-theme.xml
@@ -19,6 +19,6 @@
<!-- 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">#ffffff</color>
- <color name="colorLocationButtonTintTransparent">#22ffffff</color>
+ <color name="colorLocationButtonTint">@color/black800</color>
+ <color name="colorLocationButtonTintTransparent">@color/black800_transparent</color>
</resources>