diff --git a/components/Forms/BookingWidget/form.module.css b/components/Forms/BookingWidget/form.module.css index 962eb3fec..6a4248169 100644 --- a/components/Forms/BookingWidget/form.module.css +++ b/components/Forms/BookingWidget/form.module.css @@ -13,6 +13,6 @@ justify-content: center; } -.bodyFontSize { +.fontSize { font-size: var(--typography-Caption-Bold-Desktop-fontSize); } diff --git a/components/Forms/BookingWidget/index.tsx b/components/Forms/BookingWidget/index.tsx index 2e40003cb..f0ca1de1c 100644 --- a/components/Forms/BookingWidget/index.tsx +++ b/components/Forms/BookingWidget/index.tsx @@ -70,11 +70,7 @@ export default function Form() { intent="primary" className={styles.button} > - + {intl.formatMessage({ id: "Find hotels" })}