diff options
Diffstat (limited to 'app/src/custom/res/values/custom-theme.xml')
-rw-r--r-- | app/src/custom/res/values/custom-theme.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml index 91b48f8c..a17b401c 100644 --- a/app/src/custom/res/values/custom-theme.xml +++ b/app/src/custom/res/values/custom-theme.xml @@ -15,5 +15,7 @@ <color name="colorMainBtnHighlight">#58FFA9</color> <!-- 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> </resources> |