|
|
|
@ -116,7 +116,7 @@ const CommandItem = React.forwardRef< |
|
|
|
<CommandPrimitive.Item |
|
|
|
ref={ref} |
|
|
|
className={cn( |
|
|
|
"relative flex cursor-default select-none items-center rounded-md py-1.5 px-2 text-sm font-medium outline-none aria-selected:bg-slate-100 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 dark:aria-selected:bg-slate-700", |
|
|
|
"relative flex cursor-default select-none items-center rounded-md py-1.5 px-2 text-sm font-medium outline-none aria-selected:bg-slate-100 data-[disabled='true']:pointer-events-none data-[disabled='true']:opacity-50 dark:aria-selected:bg-slate-700", |
|
|
|
className, |
|
|
|
)} |
|
|
|
{...props} |
|
|
|
|