feat(SW-240): name change

This commit is contained in:
Fredrik Thorsson
2024-08-15 14:51:31 +02:00
parent 66f2b202c9
commit 4a469243e4
2 changed files with 2 additions and 6 deletions

View File

@@ -13,6 +13,6 @@
justify-content: center;
}
.bodyFontSize {
.fontSize {
font-size: var(--typography-Caption-Bold-Desktop-fontSize);
}

View File

@@ -70,11 +70,7 @@ export default function Form() {
intent="primary"
className={styles.button}
>
<Body
color="white"
textTransform="bold"
className={styles.bodyFontSize}
>
<Body color="white" textTransform="bold" className={styles.fontSize}>
{intl.formatMessage({ id: "Find hotels" })}
</Body>
</Button>