summaryrefslogtreecommitdiff
path: root/app/src/custom
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-08-01 00:50:06 +0200
committercyBerta <cyberta@riseup.net>2021-11-15 16:13:41 +0100
commitc763c927167d8002961b0851b1b2f3a5f5868033 (patch)
treeea7db60ecbab2adcd4cd062cfdb339c465bfbfdb /app/src/custom
parent733cac3bde72d1ee5aef75c57abd43062360c914 (diff)
make button text color customizable
Diffstat (limited to 'app/src/custom')
-rw-r--r--app/src/custom/res/values/custom-theme.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml
index 71d22ac6..6d2bf0f8 100644
--- a/app/src/custom/res/values/custom-theme.xml
+++ b/app/src/custom/res/values/custom-theme.xml
@@ -11,5 +11,7 @@
<color name="colorActionBarSubtitleFont">#cccccc</color>
<!-- Font color of labels in EipFragment (main screen)-->
<color name="colorEipFragmentFont">#ffffff</color>
+ <!-- Font color of rounded standard buttons -->
+ <color name="colorFontBtn">#ffffff</color>
</resources>