Skip to content

Commit

Permalink
Merge pull request #232 from Hunter275/pr-177-duplicate
Browse files Browse the repository at this point in the history
DUPLICATE: Support for cmdk v1.0.0
  • Loading branch information
thebentern authored Jun 14, 2024
2 parents de30cf9 + 69f7c8f commit 9d2084b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UI/Command.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 9d2084b

Please sign in to comment.