From 1cbf525bf709d4834941d7b9163c57119a18998b Mon Sep 17 00:00:00 2001 From: Hrishikesh Vaipurkar Date: Tue, 24 Jun 2025 09:13:30 +0000 Subject: [PATCH] Merged in fix/SW-2952-mobile-browser-ios-booking- (pull request #2279) Fix: SW-2952 Fixed color guests room label iPhone * Fix: SW-2952 Fixed color guests room label iPhone * fix: SW-2952 Updated to correct color token Approved-by: Erik Tiekstra --- .../components/GuestsRoomsPicker/guests-rooms-picker.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/scandic-web/components/GuestsRoomsPicker/guests-rooms-picker.module.css b/apps/scandic-web/components/GuestsRoomsPicker/guests-rooms-picker.module.css index b32aebfde..110ee19d9 100644 --- a/apps/scandic-web/components/GuestsRoomsPicker/guests-rooms-picker.module.css +++ b/apps/scandic-web/components/GuestsRoomsPicker/guests-rooms-picker.module.css @@ -57,6 +57,7 @@ .btn { background: none; border: none; + color: var(--Text-Default); cursor: pointer; outline: none; padding: 0;