diff options
Diffstat (limited to 'frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx')
| -rw-r--r-- | frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx index 4a9cf92..3d2784e 100644 --- a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx +++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx @@ -64,8 +64,8 @@ export default function GolfWatchAppGaming1v1({ ? "bg-orange-400" : gameResultKind === "winB" ? "bg-purple-400" - : "bg-sky-600" - : "bg-sky-600"; + : "bg-brand-600" + : "bg-brand-600"; return ( <div className="min-h-screen bg-gray-100 flex flex-col"> |
