Hi,
Is it possible to change font color of dark text in DatePicker in SwiftUI ? Also can we change size of arrows on top right ?
Kind Regards
[@Ammar S. Mitoori](https://developer.apple.com/forums/profile/Ammar S. Mitoori) DatePickerStyle
has a few built in picker styles you could choose from. The alternative is for you to create a custom date picker style by implementing the DatePickerStyle and customize that to suite your use case.