From 34389837ae919157d4ae8508110dbcdd00a1e90c Mon Sep 17 00:00:00 2001 From: Bianca Widstam Date: Wed, 17 Sep 2025 07:58:48 +0000 Subject: [PATCH] Merged in fix/SW-3483-labels-month-missing-date-picker (pull request #2816) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(SW-3483): add color to label in date picker * fix(SW-3483): add color to label in date picker Approved-by: Matilda Landström --- .../components/BookingWidget/DatePicker/Range/mobile.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/booking-flow/lib/components/BookingWidget/DatePicker/Range/mobile.module.css b/packages/booking-flow/lib/components/BookingWidget/DatePicker/Range/mobile.module.css index b81ba3345..4cecc5e20 100644 --- a/packages/booking-flow/lib/components/BookingWidget/DatePicker/Range/mobile.module.css +++ b/packages/booking-flow/lib/components/BookingWidget/DatePicker/Range/mobile.module.css @@ -66,6 +66,7 @@ div.months { .monthCaption { justify-content: center; + color: var(--Text-Default); } .captionLabel {