diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-28 06:23:06 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-28 06:23:06 +0900 |
| commit | afac6705d55928f351a1d6f13db6abd2cce6f9f2 (patch) | |
| tree | 3855022f3048d6ee4e4e694642ef3b2912d8ae9b /frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx | |
| parent | d3cc21c005c95a7ba6a1651f501471021a92689a (diff) | |
| download | phperkaigi-2026-albatross-afac6705d55928f351a1d6f13db6abd2cce6f9f2.tar.gz phperkaigi-2026-albatross-afac6705d55928f351a1d6f13db6abd2cce6f9f2.tar.zst phperkaigi-2026-albatross-afac6705d55928f351a1d6f13db6abd2cce6f9f2.zip | |
feat(frontend): change brand color for PHPerKaigi 2026
Diffstat (limited to 'frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx')
| -rw-r--r-- | frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx index 22c6df2..320709b 100644 --- a/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx +++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx @@ -26,7 +26,7 @@ export default function GolfWatchAppGamingMultiplayer({ return ( <div className="min-h-screen bg-gray-100 flex flex-col"> - <div className="text-white bg-sky-600 grid grid-cols-3 px-4 py-2"> + <div className="text-white bg-brand-600 grid grid-cols-3 px-4 py-2"> <div className="font-bold flex justify-between my-auto"></div> <div className="font-bold text-center"> <div className="text-gray-100">{gameDisplayName}</div> |
