SwiftUI DatePicker color contrast

Hi!

Is there a way to increase the color contrast of the calendar version of the SwiftUI DatePicker? Even with high contrast turned on in the general IOS settings, the contrast between the "Sun", "Mon", "Tue" etc and a plain white background is only 3.86:1, which is less than the WCAG AA recommendations of 4:5:1. The contrast with the text for non-selectable dates is even lower.

I tried a couple of different options - setting tint, foregroundColor and so on, but they don't change the text color.

Thanks in advance!

code-block
SwiftUI DatePicker color contrast
 
 
Q