File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/v4/registry/new-york-v4/ui Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ const sidebarMenuButtonVariants = cva(
485485 size : {
486486 default : "h-8 text-sm" ,
487487 sm : "h-7 text-xs" ,
488- lg : "h-12 text-sm group-data-[collapsible=icon]:p-0 !" ,
488+ lg : "h-12 text-sm group-data-[collapsible=icon]:size-8 !" ,
489489 } ,
490490 } ,
491491 defaultVariants : {
@@ -569,7 +569,7 @@ function SidebarMenuAction({
569569 "peer-data-[size=lg]/menu-button:top-2.5" ,
570570 "group-data-[collapsible=icon]:hidden" ,
571571 showOnHover &&
572- "peer-data-[active=true]/menu-button:text-sidebar-accent-foreground group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 md:opacity-0" ,
572+ "peer-data-[active=true]/menu-button:text-sidebar-accent-foreground group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 md:opacity-0" ,
573573 className
574574 ) }
575575 { ...props }
You can’t perform that action at this time.
0 commit comments