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.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/components/InputText.test.tsx') diff --git a/frontend/app/components/InputText.test.tsx b/frontend/app/components/InputText.test.tsx index 2072b37..6fbdd27 100644 --- a/frontend/app/components/InputText.test.tsx +++ b/frontend/app/components/InputText.test.tsx @@ -31,6 +31,6 @@ describe("InputText", () => { test("has border styling", () => { render(); const input = screen.getByTestId("input"); - expect(input.className).toContain("border-sky-600"); + expect(input.className).toContain("border-brand-600"); }); }); -- cgit v1.3.1