fix: add labels variants for Footnote and Caption
This commit is contained in:
@@ -37,7 +37,7 @@ export default function FormContent({
|
||||
<Search locations={locations} />
|
||||
</div>
|
||||
<div className={styles.when}>
|
||||
<Caption color="red" textTransform="bold">
|
||||
<Caption color="red" type="bold">
|
||||
{intl.formatMessage(
|
||||
{ id: "booking.nights" },
|
||||
{ totalNights: nights > 0 ? nights : 0 }
|
||||
@@ -47,7 +47,7 @@ export default function FormContent({
|
||||
</div>
|
||||
<div className={styles.rooms}>
|
||||
<label>
|
||||
<Caption color="red" textTransform="bold">
|
||||
<Caption color="red" type="bold">
|
||||
{rooms}
|
||||
</Caption>
|
||||
</label>
|
||||
@@ -65,11 +65,7 @@ export default function FormContent({
|
||||
theme="base"
|
||||
type="submit"
|
||||
>
|
||||
<Caption
|
||||
color="white"
|
||||
textTransform="bold"
|
||||
className={styles.buttonText}
|
||||
>
|
||||
<Caption color="white" type="bold" className={styles.buttonText}>
|
||||
{intl.formatMessage({ id: "Search" })}
|
||||
</Caption>
|
||||
<div className={styles.icon}>
|
||||
|
||||
Reference in New Issue
Block a user