I have a uiDatePicker and I had changed the font color previously with myDatePicker.tintColor = UIColor.red for example. Now that I have updated to Xcode 13 and ios15 when I run this on a device with ios15 the text color defaults to black and only changes to the set tint color when myDatePicker is selected and the calendar is shown. I would like for the text color to always be my set tint color and not just when the datepicker is selected. What is the correct way to accomplish this?