From 042fe19f84f2ac7b26a57015aace9f8254fac414 Mon Sep 17 00:00:00 2001 From: Anton Gunnarsson Date: Tue, 20 Jan 2026 07:24:31 +0000 Subject: [PATCH] Merged in fix/sw-3698-rate-summary-point-price-color (pull request #3450) fix(SW-3698): Fix point price color in rate summary * Fix point price color in rate summary Approved-by: Bianca Widstam --- .../RoomsContainer/RateSummary/rateSummary.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/booking-flow/lib/components/SelectRate/RoomsContainer/RateSummary/rateSummary.module.css b/packages/booking-flow/lib/components/SelectRate/RoomsContainer/RateSummary/rateSummary.module.css index b3e3413f9..9e92f31aa 100644 --- a/packages/booking-flow/lib/components/SelectRate/RoomsContainer/RateSummary/rateSummary.module.css +++ b/packages/booking-flow/lib/components/SelectRate/RoomsContainer/RateSummary/rateSummary.module.css @@ -48,7 +48,7 @@ } .red { - color: var(--Text-Accent-Primary); + color: var(--Scandic-Red-Default); } .summaryPrice {