chore: update background color for shortcuts and current level benefits

This commit is contained in:
Matilda Landström
2024-06-14 14:21:55 +02:00
committed by Michael Zetterberg
parent 9b1b4bd40f
commit 469f97dee5
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
.card {
align-items: center;
background-color: var(--Base-Background-Normal);
background-color: var(--Scandic-Opacity-White-100);
border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Medium);
display: flex;

View File

@@ -1,6 +1,6 @@
.links {
display: grid;
background-color: var(--Scandic-Brand-Warm-White);
background-color: var(--Scandic-Brand-Pale-Peach);
border-radius: var(--Corner-radius-Medium);
border: 1px solid var(--Base-Border-Subtle);
}