|
|
|
@ -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} |
|
|
|
|