I'm using Settings
to implement the preferences in macOS, with a TabView
. Runs fine, but in Xcode preview, it renders the buttons differently. Clearly Settings
is applying some kind of button style (or TabView
knows it needs to change), but how can I get this to work in a preview? I can't preview Settings
directly.