SwiftUI-AquaButton Recreation of the famous "aqua" stylised button from OSX 10.0 using SwiftUI Usage Use the custom AquaGlassButton button style like so: Button("Button") { // … } .buttonStyle(AquaGlassButton(type: .primary)) Preview