Is there a SwuiftUI way to remove the bezel from the compact DatePicker on MacOS? I have an AppKit version but getting the font/background colors to behave is overly complicated for such a simple mission.
DatePicker bezel delete?
You can't customize the built-in style. For a finer customization you can create a custom DatePickerStyle
instead.