fix cmd nav thing

pull/2/head
Elias Almqvist 1 month ago
parent a64e2a8a44
commit d5030661dd
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 2
      src/components/ui/command.tsx

@ -117,7 +117,7 @@ const CommandItem = React.forwardRef<
<CommandPrimitive.Item
ref={ref}
className={cn(
"relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none aria-selected:bg-accent aria-selected:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
"relative flex cursor-pointer select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none aria-selected:bg-accent aria-selected:text-accent-foreground hover:bg-accent hover:text-accent-foreground",
className,
)}
{...props}

Loading…
Cancel
Save