From 4a469243e41bccb0ffc51740bad3a947ac4d5bc8 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Thu, 15 Aug 2024 14:51:31 +0200 Subject: [PATCH] feat(SW-240): name change --- components/Forms/BookingWidget/form.module.css | 2 +- components/Forms/BookingWidget/index.tsx | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) 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" })}