diff --git a/apps/web/components/ui/form/Select.tsx b/apps/web/components/ui/form/Select.tsx index e54c893b7b..ca8df83836 100644 --- a/apps/web/components/ui/form/Select.tsx +++ b/apps/web/components/ui/form/Select.tsx @@ -3,7 +3,7 @@ import type { GroupBase, Props, InputProps, SingleValue, MultiValue } from "reac import ReactSelect, { components } from "react-select"; import classNames from "@calcom/lib/classNames"; -import useTheme from "@calcom/lib/hooks/useTheme"; +import { useGetTheme } from "@calcom/lib/hooks/useTheme"; export type SelectProps< Option, @@ -30,7 +30,7 @@ function Select< Group extends GroupBase