fix unchecked single choice button in theme dialog beeing white

This commit is contained in:
Jannik 2021-02-06 22:45:28 +01:00
parent f4760d1ba3
commit b02fadaa89
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
<item name="buttonBackground">@color/buttonBackgroundLight</item> <item name="buttonBackground">@color/buttonBackgroundLight</item>
<item name="md_background_color">@color/themeSecondaryLight</item> <item name="md_background_color">@color/themeSecondaryLight</item>
<item name="md_color_content">@color/textSecondaryLight</item> <item name="md_color_content">@color/textSecondaryLight</item>
<!-- without this, the unchecked single choice buttons while be white -->
<item name="md_color_widget_unchecked">@color/textSecondaryLight</item>
</style> </style>
<style name="AppTheme.Dark" parent="AppTheme"> <style name="AppTheme.Dark" parent="AppTheme">