Inline or compact UIDatePicker with white tint color

If we use white as tint color for an inline or compact UIDatePicker (iOS 14, dark mode) then if the today day is selected the number become unreadable.

The problem is that the today day number color is always white and, when selected, the background color is also white.

Anyone know a way to set the color of today's day number to black when is selected?

Thank you

Could you check what you get for the 11 label if you select Aug 12 ?

Here is what I get with a default (blue) background:

Problem is that today is now blu, not white. But could not find a way to change the color in selection.

Yes, with a non white tint color the problem does not appear. The problem is only when the tint color is white and dark mode is enabled. The today badge background color becomes the same as the text color making it unreadable.

Unfortunately, a white tint color is not supported in UIDatePicker due to the nature of the white-text in the Calendar. Please feel free to file a response with Feedback Assistant for this type of request.

In this case is all good because if you select a day that is not today then the badge background color is dark gray, not white.

Thank you for the answer andyl_. This are bad news for anyone want to develop an app with a global white tint. At this point, unfortunately, I think the only way is to revert to the old wheels type. That’s sad, I really love the new date picker style.

Did someone found an alternative way to fix this issue?

Inline or compact UIDatePicker with white tint color
 
 
Q