From a750c1098acc7d0a3ffef878435a86cf835feefd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=AF=BC=ED=97=8C?= Date: Mon, 13 Jul 2026 22:51:53 +0900 Subject: [PATCH] =?UTF-8?q?style(design):=20FINDING-001=20=E2=80=94=20?= =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC( --- lps-admin/src/components/Layout.tsx | 33 +++++++++++++++++------------ lps-admin/src/index.css | 1 + 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/lps-admin/src/components/Layout.tsx b/lps-admin/src/components/Layout.tsx index dd6d192..5f9e76d 100644 --- a/lps-admin/src/components/Layout.tsx +++ b/lps-admin/src/components/Layout.tsx @@ -17,24 +17,31 @@ export default function Layout() { const health = useQuery({ queryKey: ["healthz"], queryFn: healthz, refetchInterval: 10_000 }); const up = health.data === true; return ( -
- -
+
diff --git a/lps-admin/src/index.css b/lps-admin/src/index.css index 90d70e7..e48535d 100644 --- a/lps-admin/src/index.css +++ b/lps-admin/src/index.css @@ -17,6 +17,7 @@ --color-primary-700: #4338ca; --color-primary-600: #4f46e5; + --color-primary-400: #8b7bff; --color-primary-100: #e5e4fb; --color-primary-50: #eef0ff;