Merged in feat/SW-3557-update-ui-colors-after-test- (pull request #2995)

* feat(SW-3557): Updated colors

Approved-by: Anton Gunnarsson
This commit is contained in:
Hrishikesh Vaipurkar
2025-10-23 06:54:14 +00:00
parent 76c353058b
commit 7f2db6f3de
4 changed files with 15 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
}
.price {
color: var(--Text-Accent-Primary);
color: var(--Surface-Brand-Primary-1-OnSurface-Accent);
}
.checkBox {

View File

@@ -18,7 +18,7 @@
}
.price {
color: var(--Text-Accent-Primary);
color: var(--Surface-Brand-Primary-1-OnSurface-Accent);
}
.checkBox {

View File

@@ -42,7 +42,7 @@
color: var(--Text-Default);
&.discounted {
color: var(--Text-Accent-Primary);
color: var(--Surface-Brand-Primary-1-OnSurface-Accent);
}
}