From e9d05db20794d8225ce443c91d4f0fba742a3a3e Mon Sep 17 00:00:00 2001 From: Jiayuan Date: Thu, 15 Jan 2026 01:43:47 +0800 Subject: [PATCH] fix(ui): update sidebar colors Set sidebar background to #f2f2f2 and hover color to #ddddde. Co-Authored-By: Claude Opus 4.5 --- src/renderer/src/styles/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/src/styles/index.css b/src/renderer/src/styles/index.css index 7a105a6648..35f4b2f68b 100644 --- a/src/renderer/src/styles/index.css +++ b/src/renderer/src/styles/index.css @@ -107,11 +107,11 @@ body { --chart-3: oklch(0.398 0.07 227.392); --chart-4: oklch(0.828 0.189 84.429); --chart-5: oklch(0.769 0.188 70.08); - --sidebar: oklch(0.985 0 0); + --sidebar: #f2f2f2; --sidebar-foreground: oklch(0.141 0.005 285.823); --sidebar-primary: oklch(0.21 0.006 285.885); --sidebar-primary-foreground: oklch(0.985 0 0); - --sidebar-accent: oklch(0.967 0.001 286.375); + --sidebar-accent: #ddddde; --sidebar-accent-foreground: oklch(0.21 0.006 285.885); --sidebar-border: oklch(0.92 0.004 286.32); --sidebar-ring: oklch(0.705 0.015 286.067);