From bd9c2e8b587c733059d44f642c53536eb7fe1ec9 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 4 Mar 2025 22:13:44 +0900 Subject: update colors --- frontend/app/routes/_index.tsx | 2 +- frontend/app/routes/dashboard.tsx | 2 +- frontend/app/routes/login.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/app/routes') diff --git a/frontend/app/routes/_index.tsx b/frontend/app/routes/_index.tsx index 5dda2c8..06cca78 100644 --- a/frontend/app/routes/_index.tsx +++ b/frontend/app/routes/_index.tsx @@ -21,7 +21,7 @@ export default function Index() { className="w-64 h-64" />
-
+
PHPER CODE BATTLE
diff --git a/frontend/app/routes/dashboard.tsx b/frontend/app/routes/dashboard.tsx index 20038c1..cf5453c 100644 --- a/frontend/app/routes/dashboard.tsx +++ b/frontend/app/routes/dashboard.tsx @@ -89,7 +89,7 @@ export default function Dashboard() { ? "http://localhost:8003/phperkaigi/2025/code-battle/admin/dashboard" : "/phperkaigi/2025/code-battle/admin/dashboard" } - className="text-lg text-white bg-pink-600 px-4 py-2 rounded transition duration-300 hover:bg-pink-500 focus:ring focus:ring-pink-400 focus:outline-none" + className="text-lg text-white bg-sky-600 px-4 py-2 rounded transition duration-300 hover:bg-sky-500 focus:ring focus:ring-sky-400 focus:outline-none" > Admin Dashboard diff --git a/frontend/app/routes/login.tsx b/frontend/app/routes/login.tsx index b59ce43..223a3f5 100644 --- a/frontend/app/routes/login.tsx +++ b/frontend/app/routes/login.tsx @@ -77,7 +77,7 @@ export default function Login() { のアカウントをお持ちでない場合は、イベントスタッフにお声がけください。

{loginErrors?.message && ( -

{loginErrors.message}

+

{loginErrors.message}

)}