chore: update colors to new design

This commit is contained in:
Matilda Landström
2024-06-19 13:50:37 +02:00
committed by Michael Zetterberg
parent 401b019f41
commit edb45b4ac7
17 changed files with 51 additions and 28 deletions

View File

@@ -56,4 +56,8 @@
.red {
color: var(--Scandic-Brand-Scandic-Red);
}
}
.white {
color: var(--Scandic-Opacity-White-100);
}

View File

@@ -9,6 +9,7 @@ const config = {
burgundy: styles.burgundy,
pale: styles.pale,
red: styles.red,
white: styles.white,
},
textAlign: {
center: styles.textAlignCenter,

View File

@@ -107,3 +107,7 @@
.red {
color: var(--Scandic-Brand-Scandic-Red);
}
.white {
color: var(--Scandic-Opacity-White-100);
}

View File

@@ -10,6 +10,7 @@ const config = {
pale: styles.pale,
peach80: styles.peach80,
red: styles.red,
white: styles.white,
},
textAlign: {
center: styles.center,