aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/GolfPlayApps
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-28 06:23:06 +0900
committernsfisis <nsfisis@gmail.com>2026-02-28 06:23:06 +0900
commitafac6705d55928f351a1d6f13db6abd2cce6f9f2 (patch)
tree3855022f3048d6ee4e4e694642ef3b2912d8ae9b /frontend/app/components/GolfPlayApps
parentd3cc21c005c95a7ba6a1651f501471021a92689a (diff)
downloadphperkaigi-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/GolfPlayApps')
-rw-r--r--frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx4
-rw-r--r--frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx2
-rw-r--r--frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx2
3 files changed, 4 insertions, 4 deletions
diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx
index 025e676..7d81c82 100644
--- a/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx
+++ b/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx
@@ -67,7 +67,7 @@ export default function GolfPlayAppGaming({
return (
<div className="min-h-screen bg-gray-100 flex flex-col">
- <div className="text-white bg-sky-600 flex flex-row justify-between px-4 py-2">
+ <div className="text-white bg-brand-600 flex flex-row justify-between px-4 py-2">
<div className="font-bold">
<div className="text-gray-100">{gameDisplayName}</div>
{isFinished ? (
@@ -122,7 +122,7 @@ export default function GolfPlayAppGaming({
</BorderedContainer>
</TitledColumn>
<TitledColumn title="ĉċ‡şçµĉžœ">
- <div className="overflow-hidden border-2 border-blue-600 rounded-xl">
+ <div className="overflow-hidden border-2 border-brand-600 rounded-xl">
<table className="min-w-full divide-y divide-gray-400 border-collapse">
<thead className="bg-gray-50">
<tr>
diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx
index 07b93d6..b3378fc 100644
--- a/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx
+++ b/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx
@@ -10,7 +10,7 @@ export default function GolfPlayAppStarting({ gameDisplayName }: Props) {
return (
<div className="min-h-screen bg-gray-100 flex flex-col">
- <div className="text-white bg-sky-600 p-10 text-center">
+ <div className="text-white bg-brand-600 p-10 text-center">
<div className="text-4xl font-bold">{gameDisplayName}</div>
</div>
<div className="text-center text-black font-black text-10xl">
diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx
index 303b4a8..1341073 100644
--- a/frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx
+++ b/frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx
@@ -12,7 +12,7 @@ export default function GolfPlayAppWaiting({
}: Props) {
return (
<div className="min-h-screen bg-gray-100 flex flex-col font-bold text-center">
- <div className="text-white bg-sky-600 p-10">
+ <div className="text-white bg-brand-600 p-10">
<div className="text-4xl">{gameDisplayName}</div>
</div>
<div className="grow grid mx-auto text-black">