Add colorOnPrimary style color.
- The colorOnPrimary color is used, as it name implies, to color the contents that appears over parts of the app that have the primary color. Such as the Date Range picker toolbar.
This commit is contained in:
parent
e1dd01c43d
commit
7492bc9774
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
<style name="Theme.Bitsy" parent="Theme.MaterialComponents.Light.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