diff --git a/packages/ui/Kbar.tsx b/packages/ui/Kbar.tsx index 6f81527f95..2fe5e14c44 100644 --- a/packages/ui/Kbar.tsx +++ b/packages/ui/Kbar.tsx @@ -12,8 +12,8 @@ import { useRouter } from "next/router"; import { useLocale } from "@calcom/lib/hooks/useLocale"; import { isMac } from "@calcom/lib/isMac"; -import { Tooltip } from "@calcom/ui"; import { Icon } from "@calcom/ui/Icon"; +import { Tooltip } from "@calcom/ui/v2/core"; type shortcutArrayType = { shortcuts?: string[]; @@ -226,8 +226,8 @@ export const KBarTrigger = () => { diff --git a/packages/ui/v2/core/Shell.tsx b/packages/ui/v2/core/Shell.tsx index 4f333aa6d1..da5088e084 100644 --- a/packages/ui/v2/core/Shell.tsx +++ b/packages/ui/v2/core/Shell.tsx @@ -225,7 +225,7 @@ function UserDropdown({ small }: { small?: boolean }) { return ( setHelpOpen(false)}> setMenuOpen(true)}> -