From 4eee1cff64aefa0fa605461f05c462cd1217e13d Mon Sep 17 00:00:00 2001 From: Anton Gunnarsson Date: Fri, 28 Nov 2025 14:59:53 +0000 Subject: [PATCH] Merged in fix/sw-3643-mobile-booking-widget-label-color (pull request #3255) fix(SW-3643): Update mobile booking widget label color * Update mobile booking widget label color Approved-by: Matilda Haneling --- .../BookingWidget/MobileToggleButton/button.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/booking-flow/lib/components/BookingWidget/MobileToggleButton/button.module.css b/packages/booking-flow/lib/components/BookingWidget/MobileToggleButton/button.module.css index 7f0404071..90b2537c8 100644 --- a/packages/booking-flow/lib/components/BookingWidget/MobileToggleButton/button.module.css +++ b/packages/booking-flow/lib/components/BookingWidget/MobileToggleButton/button.module.css @@ -38,7 +38,7 @@ } .blockLabel { - color: var(--Scandic-Red-Default); + color: var(--Text-Accent-Primary); } .locationAndDate {