SwiftUI Button styles

up:: SwiftUI snippets

.buttonStyle(
	.automatic // = .borderless on iOS
	.borderless
	.plain
	.bordered
	.borderedProminent
)