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.