feat(SW-240): name change
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user