From afac6705d55928f351a1d6f13db6abd2cce6f9f2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 28 Feb 2026 06:23:06 +0900 Subject: feat(frontend): change brand color for PHPerKaigi 2026 --- frontend/app/pages/DashboardPage.tsx | 2 +- frontend/app/pages/IndexPage.tsx | 2 +- frontend/app/pages/LoginPage.tsx | 2 +- frontend/app/pages/SubmissionsPage.tsx | 2 +- frontend/app/pages/TournamentPage.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'frontend/app/pages') diff --git a/frontend/app/pages/DashboardPage.tsx b/frontend/app/pages/DashboardPage.tsx index 7801739..8f40f22 100644 --- a/frontend/app/pages/DashboardPage.tsx +++ b/frontend/app/pages/DashboardPage.tsx @@ -117,7 +117,7 @@ export default function DashboardPage() { ? `http://localhost:8007${BASE_PATH}admin/dashboard` : `${BASE_PATH}admin/dashboard` } - className="text-lg text-white bg-sky-600 px-4 py-2 rounded-sm transition duration-300 hover:bg-sky-500 focus:ring-3 focus:ring-sky-400 focus:outline-hidden" + className="text-lg text-white bg-brand-600 px-4 py-2 rounded-sm transition duration-300 hover:bg-brand-500 focus:ring-3 focus:ring-brand-400 focus:outline-hidden" > Admin Dashboard diff --git a/frontend/app/pages/IndexPage.tsx b/frontend/app/pages/IndexPage.tsx index 7a1da4c..8dfbefe 100644 --- a/frontend/app/pages/IndexPage.tsx +++ b/frontend/app/pages/IndexPage.tsx @@ -14,7 +14,7 @@ export default function IndexPage() { className="w-96 h-auto" />
-
+
PHPER CODE BATTLE
diff --git a/frontend/app/pages/LoginPage.tsx b/frontend/app/pages/LoginPage.tsx index c10b819..139b1f0 100644 --- a/frontend/app/pages/LoginPage.tsx +++ b/frontend/app/pages/LoginPage.tsx @@ -57,7 +57,7 @@ export default function LoginPage() {

fortee アカウントでログイン

- {error &&

{error}

} + {error &&

{error}

}