Add colorOnPrimary style color.
This commit is contained in:
parent
0ad0f7c911
commit
e1dd01c43d
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
<style name="Theme.Bitsy.Dark" parent="Theme.MaterialComponents.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorOnPrimary">@android:color/white</item>
|
||||
<item name="colorPrimaryVariant">@color/colorPrimaryVariant</item>
|
||||
<item name="colorSecondary">@color/colorSecondary</item>
|
||||
<item name="colorOnSecondary">#fff</item>
|
||||
|
|
Loading…
Reference in a new issue