chore: update colors to new design
This commit is contained in:
committed by
Michael Zetterberg
parent
401b019f41
commit
edb45b4ac7
@@ -14,11 +14,11 @@ export default async function EmptyUpcomingStaysBlock({ lang }: LangParams) {
|
||||
const { formatMessage } = await getIntl()
|
||||
return (
|
||||
<section className={styles.container}>
|
||||
<Title as="h5" level="h3">
|
||||
<Title as="h5" level="h3" color="red">
|
||||
{formatMessage({ id: "You have no upcoming stays." })}
|
||||
<span className={styles.grayTitle}>
|
||||
<span className={styles.burgundyTitle}>
|
||||
{" "}
|
||||
{formatMessage({ id: "Where should you go next?" })}
|
||||
{formatMessage({ id: "Where will you go next?" })}
|
||||
</span>
|
||||
</Title>
|
||||
<Button asChild intent="primary" type="button">
|
||||
|
||||
Reference in New Issue
Block a user