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/components/InputText.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/components/InputText.tsx') diff --git a/frontend/app/components/InputText.tsx b/frontend/app/components/InputText.tsx index 6bcceb7..9b57a74 100644 --- a/frontend/app/components/InputText.tsx +++ b/frontend/app/components/InputText.tsx @@ -6,7 +6,7 @@ export default function InputText(props: InputProps) { return ( ); } -- cgit v1.3.1