Merged in fix/bw-fixes (pull request #3481)
Fix/bw fixes * fix(bookingwidget): fixed some mobile issues with the booking widget * fixed dual scroll and hidden button in mobile guests & rooms picker * fixed button colors * fixed mobile search button position * Remove scroll lock
This commit is contained in:
@@ -187,7 +187,7 @@ export default function GuestsRoomsPickerDialog({
|
||||
onPress={handleClose}
|
||||
isDisabled={isInvalid}
|
||||
className={styles.doneButton}
|
||||
variant={isDesktop ? "Tertiary" : "Primary"}
|
||||
variant="Tertiary"
|
||||
color="Primary"
|
||||
size={isDesktop ? "sm" : "md"}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user