Mise à jour de 'RankingView.swift'

pull/3/head^2
Johan LACHENAL 11 months ago
parent 52fdd365fd
commit 84d76c7d56

@ -5,6 +5,7 @@ struct RankingView {
let player : Player? let player : Player?
var body : some View { var body : some View {
VStack(alignment: .leading, spacing: 20) VStack(alignment: .leading, spacing: 20)
Color.purple
Text("RANKING") // TODO : penser à créer un style pour les textes Text("RANKING") // TODO : penser à créer un style pour les textes
.font(.Title) .font(.Title)
.foregroundColor(.white) .foregroundColor(.white)

Loading…
Cancel
Save