Open
Description
There are cases where the UI may not follow the color palette that is initialized with MaterialColors
. For example, launching a native DatePicker on Android will display the DatePicker with whatever default colors are set within the styles.xml.
If we had defined our Material color palette for Uno.Material with these colors:
We would still see this for the default native DatePicker:
But, we want the native styles to also adapt to whatever color palette was given to Uno.Material
This can be accomplished by overriding the default color values within the Android head's styles.xml