diff options
Diffstat (limited to 'app/src/custom/res')
-rw-r--r-- | app/src/custom/res/values/custom-theme.xml | 2 |
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> |