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;