🐛 fix: Update SidebarLeft component styles to enhance hover effects

This commit is contained in:
web 2025-09-04 05:12:24 -07:00
parent fd48856019
commit e4fbd5c754

View File

@ -194,7 +194,7 @@ export function SidebarLeft({ ...props }: React.ComponentProps<typeof Sidebar>)
// 'hover:bg-accent/60': !isOpen && !groupActive,
// })}
className={cn(
'hover:bg-accent/60 mb-2 flex h-8 w-full items-center justify-between',
'hover:bg-accent/60 hover:text-accent-foreground mb-2 flex h-8 w-full items-center justify-between',
)}
onClick={() => handleToggleGroup(nav.title)}
tabIndex={0}