Question for folks building cross-platform SwiftUI apps: How do you handle conditional layout optimisations?
You need # ifs for a bunch of platform specific stuff, but for stuff like fonts and padding, what pattern do you use? The Environment seems right but I'm not sure exactly what shape this takes