Your First iOS and SwiftUI App 路 Styling the Buttons and Slider | raywenderlich.com

After creating the buttons, I found that adding **.background(Image("Button"))** displays the button in blue. The fix is to use **.background(Image("Button").renderingMode(.original))** to render the background image as original, not as the blue accent color.