From 469f97dee55d4859f0d82eb2c6965688a7d9208f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Fri, 14 Jun 2024 14:21:55 +0200 Subject: [PATCH] chore: update background color for shortcuts and current level benefits --- .../MyPages/Blocks/Benefits/CurrentLevel/current.module.css | 2 +- components/MyPages/Blocks/Shortcuts/shortcuts.module.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/MyPages/Blocks/Benefits/CurrentLevel/current.module.css b/components/MyPages/Blocks/Benefits/CurrentLevel/current.module.css index 0c178c192..564bd7eee 100644 --- a/components/MyPages/Blocks/Benefits/CurrentLevel/current.module.css +++ b/components/MyPages/Blocks/Benefits/CurrentLevel/current.module.css @@ -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; diff --git a/components/MyPages/Blocks/Shortcuts/shortcuts.module.css b/components/MyPages/Blocks/Shortcuts/shortcuts.module.css index 321611746..a82b672fb 100644 --- a/components/MyPages/Blocks/Shortcuts/shortcuts.module.css +++ b/components/MyPages/Blocks/Shortcuts/shortcuts.module.css @@ -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); }