Merged in fix/book-425-update-color-token (pull request #3048)

fix(BOOK-425): removed fallback and updated to correct color tokens

* fix(BOOK-425): removed fallback and updated to correct color tokens


Approved-by: Bianca Widstam
This commit is contained in:
Matilda Haneling
2025-10-31 07:52:17 +00:00
parent 02012175ba
commit 742fcbe588
2 changed files with 3 additions and 6 deletions

View File

@@ -12,8 +12,8 @@
}
.green {
background-color: var(--Scandic-Green-00);
color: var(--UI-Semantic-Success);
background-color: var(--Surface-Feedback-Succes-light);
color: var(--Surface-Feedback-Succes);
}
.red {

View File

@@ -159,10 +159,7 @@ label:not(:has(.radio:checked)) .checkIcon {
}
.variant-campaign .banner {
background-color: var(
--Surface-Feedback-Succes-light,
var(--Scandic-Green-60)
); /*Should be updated to only use the new token --Surface-Feedback-Succes-light when tokens are up to date*/
background-color: var(--Surface-Feedback-Succes);
display: flex;
justify-content: center;
align-items: center;