Hacking With Swift Project 24 Swift Extensions
button.applyPrimaryStyle()` on any button to standardize the look and feel. Custom Modifiers in SwiftUI SwiftUI encourages the use of modifiers, and you can create custom ones through extensions as well: ```swift extension View {