Open a TimePicker in an application with a custom primary1Color. Observe that the 'header' containing the selected time is the default Material UI primary1Color turquoise rather than the custom color.
It seems that the TimePicker
header is set by the pickerHeaderColor
and the clock dial is set by the primary1Color
.
Perfect, this works for me.
Thanks.
Tks mpontikes, worked for me too!
Most helpful comment
It seems that the
TimePicker
header is set by thepickerHeaderColor
and the clock dial is set by theprimary1Color
.