mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-14 04:55:27 +00:00
feat: improve loaders and styles
This commit is contained in:
@@ -21,7 +21,11 @@ export function SidebarMenuItemWithHighlight({
|
||||
|
||||
return (
|
||||
<SidebarMenuItem
|
||||
className={cn(isActive && "bg-sidebar-accent font-medium text-sidebar-accent-foreground", className)}
|
||||
className={cn(
|
||||
isActive && "bg-sidebar-accent text-sidebar-accent-foreground",
|
||||
"font-medium rounded-md",
|
||||
className
|
||||
)}
|
||||
{...props}
|
||||
>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user