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:
Severiano Jaramillo 2021-03-24 22:45:12 -07:00
parent e1dd01c43d
commit 7492bc9774

View file

@ -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>