💄 Text color for player name now set to be the same as the color of the title

dev_views
Rémi REGNAULT 11 months ago
parent b8e08a1c36
commit d771a3daaf

@ -30,7 +30,7 @@ struct PlayerStatView: View {
Text(player.name)
.font(.largeTitle)
.foregroundColor(.black)
.foregroundColor(Colors.TitleText)
.padding(.top, 10)
VStack(alignment: .leading, spacing: 10) {

Loading…
Cancel
Save