I think I have a fairly simple question here. I would like for the text in the button to be centered. Here's what I have as well as a link to the image of the button.
Text("Button")
.padding(.leading, 40)
.padding(.trailing, 40)
.padding(.top, 20)
.padding(.trailing, 20)
.background(Color.blue)
.foregroundColor(.white)
.cornerRadius(40)

