From ffc29663c820fbb74fc03f7b3d4e5f2e41b4ca6b Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Thu, 19 Dec 2024 13:17:04 -0800 Subject: [PATCH] fix: reduce theme selector width to 100px to prevent crowding with icon buttons --- client/src/components/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Sidebar.tsx b/client/src/components/Sidebar.tsx index 0bcc1a2..2eb6fdf 100644 --- a/client/src/components/Sidebar.tsx +++ b/client/src/components/Sidebar.tsx @@ -227,7 +227,7 @@ const Sidebar = ({ setTheme(value as "system" | "light" | "dark") } > - +