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 {