In swiftui, How do I increase the height of a button?
问题 As you can see in the screenshot, the button height does not adjust to fit the text size, making it look ugly. How can I increase the hight of the buttons, so it does not look stupid. My question is, how do I increase the height of buttons in swiftui. I am trying to make the titlescreen of my minecraft like game. struct ContentView: View { var body: some View { GeometryReader { geometry in VStack (spacing: 8) { Text("[Name not disclosed]Craft").font(.system(size: geometry.size.width/8))