diff --git a/components/Forms/BookingWidget/FormContent/formContent.module.css b/components/Forms/BookingWidget/FormContent/formContent.module.css index 59d478236..d60dcb72b 100644 --- a/components/Forms/BookingWidget/FormContent/formContent.module.css +++ b/components/Forms/BookingWidget/FormContent/formContent.module.css @@ -8,7 +8,7 @@ padding: var(--Spacing-x1) var(--Spacing-x0); } -.bodyFontSize { +.fontSize { font-size: var(--typography-Caption-Bold-Desktop-fontSize); } diff --git a/components/Forms/BookingWidget/FormContent/index.tsx b/components/Forms/BookingWidget/FormContent/index.tsx index 21120b34a..156578aae 100644 --- a/components/Forms/BookingWidget/FormContent/index.tsx +++ b/components/Forms/BookingWidget/FormContent/index.tsx @@ -1,5 +1,4 @@ "use client" - import { useIntl } from "react-intl" import Body from "@/components/TempDesignSystem/Text/Body" @@ -19,19 +18,19 @@ export default function FormContent() { return (