Set primairy color also matching for day mode

This commit is contained in:
Andries Smit 2022-04-06 21:40:52 +02:00
parent 14b097fa69
commit e2ad248195
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Default theme color -->
<!-- This section describes the main theme colors -->
<color name="colorPrimary">#3378c5</color>
<color name="colorPrimary">#96CAF2</color>
<color name="colorPrimaryDark">#000000</color>
<color name="colorAccent">#40bbaa</color>
<color name="mdtp_white">#ffffff</color>

View file

@ -2,7 +2,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Default theme color -->
<!-- This section describes the main theme colors -->
<color name="colorPrimary">#FBF9FF</color>
<color name="colorPrimary">#3378C5</color>
<color name="colorPrimaryDark">#676767</color>
<color name="colorAccent">#40bbaa</color>
<color name="mdtp_white">#ffffff</color>