diff --git a/apps/web/styles/globals.css b/apps/web/styles/globals.css index fdfaa7a71d..04558d4ac1 100644 --- a/apps/web/styles/globals.css +++ b/apps/web/styles/globals.css @@ -229,10 +229,7 @@ select:focus { --tw-ring-color: var(--brand-color); border-color: var(--brand-color); } -/* https://stackoverflow.com/a/69308190 */ -input[type="text"]:focus { - box-shadow: none; -} + @layer components { .scroll-bar { diff --git a/packages/app-store/routing-forms/components/react-awesome-query-builder/widgets.tsx b/packages/app-store/routing-forms/components/react-awesome-query-builder/widgets.tsx index 891d62e007..a20af667fe 100644 --- a/packages/app-store/routing-forms/components/react-awesome-query-builder/widgets.tsx +++ b/packages/app-store/routing-forms/components/react-awesome-query-builder/widgets.tsx @@ -7,7 +7,7 @@ import type { ProviderProps, } from "react-awesome-query-builder"; -import { Button as CalButton, SelectWithValidation as Select, TextField } from "@calcom/ui"; +import { Button as CalButton, SelectWithValidation as Select, TextField, TextArea } from "@calcom/ui"; import { FiTrash, FiPlus } from "@calcom/ui/components/icon"; export type CommonProps< @@ -79,13 +79,12 @@ const TextAreaWidget = (props: TextLikeComponentPropsRAQB) => { const textValue = value || ""; return ( -