From a92aa377d536fe67fa1ff485566da38cf94328bb Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 20 Mar 2025 22:20:49 +0900 Subject: feat(frontend): tweak score bar --- frontend/app/components/Gaming/ScoreBar.tsx | 2 +- frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend') diff --git a/frontend/app/components/Gaming/ScoreBar.tsx b/frontend/app/components/Gaming/ScoreBar.tsx index cacdd50..6a291cd 100644 --- a/frontend/app/components/Gaming/ScoreBar.tsx +++ b/frontend/app/components/Gaming/ScoreBar.tsx @@ -24,7 +24,7 @@ export default function ScoreBar({ scoreA, scoreB, bgA, bgB }: Props) { return (
-
+
); } diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx index 4a7fe8a..981f533 100644 --- a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx +++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx @@ -54,7 +54,7 @@ export default function GolfWatchAppGaming1v1({ ? "bg-orange-400" : gameResult === "winB" ? "bg-purple-400" - : "bg-pink-500" + : "bg-sky-600" : "bg-sky-600"; return ( -- cgit v1.2.3-70-g09d2