chore: update design system tokens
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.layout {
|
||||
background-color: var(--Scandic-Brand-Warm-White);
|
||||
background-color: var(--Base-Background-Primary-Normal);
|
||||
display: grid;
|
||||
font-family: var(--typography-Body-Regular-fontFamily);
|
||||
gap: var(--Spacing-x3);
|
||||
|
||||
@@ -11,7 +11,7 @@ export default async function CommunicationSlot() {
|
||||
return (
|
||||
<section className={styles.container}>
|
||||
<article className={styles.content}>
|
||||
<Subtitle color="black">
|
||||
<Subtitle type="two" color="black">
|
||||
{formatMessage({ id: "My communication preferences" })}
|
||||
</Subtitle>
|
||||
<Body color="black">
|
||||
|
||||
@@ -15,7 +15,7 @@ export default async function CreditCardSlot() {
|
||||
return (
|
||||
<section className={styles.container}>
|
||||
<article className={styles.content}>
|
||||
<Subtitle color="black">
|
||||
<Subtitle type="two" color="black">
|
||||
{formatMessage({ id: "My credit cards" })}
|
||||
</Subtitle>
|
||||
<Body color="black">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.layout {
|
||||
background-color: var(--Scandic-Brand-Warm-White);
|
||||
background-color: var(--Base-Background-Primary-Normal);
|
||||
display: grid;
|
||||
font-family: var(--typography-Body-Regular-fontFamily);
|
||||
gap: var(--Spacing-x3);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.layout {
|
||||
background-color: var(--Scandic-Brand-Warm-White);
|
||||
background-color: var(--Base-Background-Primary-Normal);
|
||||
font-family: var(--typography-Body-Regular-fontFamily);
|
||||
min-height: 100dvh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user