From d771a3daafa67f8b58ddc27e2ff0f5839d017695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Regnault?= Date: Tue, 4 Jun 2024 17:25:00 +0200 Subject: [PATCH] :lipstick: Text color for player name now set to be the same as the color of the title --- .../DouShouQi_App/Components/Player/PlayerStatView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DouShouQi_App/DouShouQi_App/Components/Player/PlayerStatView.swift b/DouShouQi_App/DouShouQi_App/Components/Player/PlayerStatView.swift index 9c2c88d..31511c2 100644 --- a/DouShouQi_App/DouShouQi_App/Components/Player/PlayerStatView.swift +++ b/DouShouQi_App/DouShouQi_App/Components/Player/PlayerStatView.swift @@ -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) {