|
|
@ -102,9 +102,9 @@ struct SelectPlayerButtonView: View {
|
|
|
|
Text("Add a player")
|
|
|
|
Text("Add a player")
|
|
|
|
.font(.body)
|
|
|
|
.font(.body)
|
|
|
|
.bold()
|
|
|
|
.bold()
|
|
|
|
/*.sheet(isPresented: $showingPopup) {
|
|
|
|
.sheet(isPresented: $showingPopup) {
|
|
|
|
ShowAllPlayer
|
|
|
|
ShowAllPlayer(isShowingSheet: $showingPopup, players: $players)
|
|
|
|
}*/
|
|
|
|
}
|
|
|
|
} .frame(width: 150, height: 150)
|
|
|
|
} .frame(width: 150, height: 150)
|
|
|
|
.padding()
|
|
|
|
.padding()
|
|
|
|
.border(Colors.TitleText, width: 4)
|
|
|
|
.border(Colors.TitleText, width: 4)
|
|
|
|