mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-11 05:27:51 +02:00
🐛 Fix import in time-zone-select
This commit is contained in:
parent
4132b86008
commit
a4ffbee081
2 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ import {
|
||||||
CommandGroup,
|
CommandGroup,
|
||||||
CommandInput,
|
CommandInput,
|
||||||
CommandItem,
|
CommandItem,
|
||||||
|
CommandList,
|
||||||
} from "@rallly/ui/command";
|
} from "@rallly/ui/command";
|
||||||
import { Popover, PopoverContent, PopoverTrigger } from "@rallly/ui/popover";
|
import { Popover, PopoverContent, PopoverTrigger } from "@rallly/ui/popover";
|
||||||
import { CommandList } from "cmdk";
|
|
||||||
import dayjs from "dayjs";
|
import dayjs from "dayjs";
|
||||||
import { CheckIcon, ChevronDownIcon, GlobeIcon } from "lucide-react";
|
import { CheckIcon, ChevronDownIcon, GlobeIcon } from "lucide-react";
|
||||||
import { useTranslation } from "next-i18next";
|
import { useTranslation } from "next-i18next";
|
||||||
|
|
|
@ -117,7 +117,7 @@ const CommandItem = React.forwardRef<
|
||||||
<CommandPrimitive.Item
|
<CommandPrimitive.Item
|
||||||
ref={ref}
|
ref={ref}
|
||||||
className={cn(
|
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,
|
className,
|
||||||
)}
|
)}
|
||||||
{...props}
|
{...props}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue