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 (
- + {where}
- + {when}
- + {rooms} @@ -40,7 +39,7 @@ export default function FormContent() { {vouchers} @@ -49,13 +48,13 @@ export default function FormContent() {
- + {bonus}
- + {reward}