diff --git a/ui/src/index.css b/ui/src/index.css index 91745e4a..7edb4d78 100644 --- a/ui/src/index.css +++ b/ui/src/index.css @@ -58,8 +58,8 @@ --accent: oklch(0.65 0.14 39.87); --accent-foreground: oklch(1 0 0); - --border: oklch(0.25 0.01 40); - --input: oklch(0.25 0.01 40); + --border: oklch(0.35 0.01 40); + --input: oklch(0.35 0.01 40); --ring: oklch(0.9635 0.0067 97.35); @@ -70,7 +70,7 @@ --sidebar-primary-foreground: oklch(0.2 0.02 40); --sidebar-accent: oklch(0.65 0.14 39.87); --sidebar-accent-foreground: oklch(1 0 0); - --sidebar-border: oklch(0.25 0.01 40); + --sidebar-border: oklch(0.35 0.01 40); --sidebar-ring: oklch(0.9635 0.0067 97.35); } diff --git a/ui/src/pages/home.tsx b/ui/src/pages/home.tsx index 6a808cd5..24d57e72 100644 --- a/ui/src/pages/home.tsx +++ b/ui/src/pages/home.tsx @@ -67,7 +67,7 @@ export function HomePage() {