style: set real colorPrimary dark theme

This commit is contained in:
Andries Smit 2022-04-06 09:00:31 +02:00
parent 8f08b5fada
commit 5269de49f0

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">#212121</color>
<color name="colorPrimary">#3378c5</color>
<color name="colorPrimaryDark">#000000</color>
<color name="colorAccent">#40bbaa</color>
<color name="mdtp_white">#ffffff</color>