From f875664305ce6b91edb9692c0f14341fa2a1632a Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Sat, 27 Dec 2025 11:48:41 -0800 Subject: [PATCH] style: Update LoginPage to use emerald primary colors - Replace all indigo references with emerald/primary tokens - Use CSS variables for background, border, and accent colors - Update button, inputs, and hover states --- frontend/src/pages/LoginPage.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/pages/LoginPage.tsx b/frontend/src/pages/LoginPage.tsx index ba1ec18..442dbf5 100644 --- a/frontend/src/pages/LoginPage.tsx +++ b/frontend/src/pages/LoginPage.tsx @@ -36,9 +36,9 @@ export default function LoginPage() { }; return ( -