in MultiplePlayers-SwiftUI/Helpers.swift [29:37]
func makeBody(configuration: Self.Configuration) -> some View {
configuration.label
.font(.title)
.frame(minWidth: width, minHeight: height)
.foregroundColor(.black)
.background(configuration.isPressed ? Color(.sRGB, white: 0.9, opacity: 1) : Color.white)
.cornerRadius(50)
.labelStyle(IconOnlyLabelStyle())
}