Reverted white theme change

This commit is contained in:
M66B 2022-10-16 08:34:42 +02:00
parent 9331e38cdf
commit 211c21b3b2
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@
<style name="AppThemeWhite" parent="AppThemeBlueOrangeLight">
<item name="colorPrimary">@color/blackPrimary</item>
<item name="colorPrimaryDark">@color/grey</item>
<item name="colorPrimaryDark">@color/blackPrimaryDark</item>
<item name="colorAccent">@color/blackAccent</item>
<item name="colorInfoForeground">@color/white</item>