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; justify-content: center;
} }
.bodyFontSize { .fontSize {
font-size: var(--typography-Caption-Bold-Desktop-fontSize); font-size: var(--typography-Caption-Bold-Desktop-fontSize);
} }

View File

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