feat(SW-240): use caption instead of body
This commit is contained in:
@@ -6,7 +6,7 @@ import { useIntl } from "react-intl"
|
||||
import { dt } from "@/lib/dt"
|
||||
|
||||
import Button from "@/components/TempDesignSystem/Button"
|
||||
import Body from "@/components/TempDesignSystem/Text/Body"
|
||||
import Caption from "@/components/TempDesignSystem/Text/Caption"
|
||||
|
||||
import FormContent from "./FormContent"
|
||||
import { bookingWidgetSchema } from "./schema"
|
||||
@@ -71,9 +71,9 @@ export default function Form() {
|
||||
intent="primary"
|
||||
className={styles.button}
|
||||
>
|
||||
<Body color="white" textTransform="bold" className={styles.fontSize}>
|
||||
<Caption color="white" textTransform="bold">
|
||||
{intl.formatMessage({ id: "Find hotels" })}
|
||||
</Body>
|
||||
</Caption>
|
||||
</Button>
|
||||
</section>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user