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/SubmissionsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/pages/SubmissionsPage.tsx') diff --git a/frontend/app/pages/SubmissionsPage.tsx b/frontend/app/pages/SubmissionsPage.tsx index 2c3329d..1f55aa8 100644 --- a/frontend/app/pages/SubmissionsPage.tsx +++ b/frontend/app/pages/SubmissionsPage.tsx @@ -68,7 +68,7 @@ export default function SubmissionsPage({ gameId }: { gameId: string }) { : s.submission_id, ) } - className="text-sm text-sky-600 hover:text-sky-800 underline" + className="text-sm text-brand-600 hover:text-brand-800 underline" > {expandedId === s.submission_id ? "コードを隠す" -- cgit v1.3.1