From cd1cda7a0a6c408bdf24fcb0a37f83be6f5d4f0a Mon Sep 17 00:00:00 2001 From: lucaronin Date: Mon, 2 Mar 2026 20:04:48 +0100 Subject: [PATCH] style: align section icons with main nav items in sidebar --- src/components/SidebarParts.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SidebarParts.tsx b/src/components/SidebarParts.tsx index 66c0c758..de45cba1 100644 --- a/src/components/SidebarParts.tsx +++ b/src/components/SidebarParts.tsx @@ -155,7 +155,7 @@ function SectionHeader({ label, type, Icon, sectionColor, isCollapsed, isActive, return (
{ if (isCollapsed) { onToggle(); onSelect() } else if (isActive) { onToggle() } @@ -163,7 +163,7 @@ function SectionHeader({ label, type, Icon, sectionColor, isCollapsed, isActive, }} onContextMenu={onContextMenu} >
-
+