🐛 Fix import in time-zone-select

This commit is contained in:
Luke Vella 2024-03-24 14:59:59 +07:00
parent 4132b86008
commit a4ffbee081
2 changed files with 2 additions and 2 deletions

View file

@ -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-gray-50 data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
"relative flex h-10 cursor-default select-none items-center rounded-md px-2 text-sm outline-none aria-selected:bg-gray-50 data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
className,
)}
{...props}