diff --git a/components/Forms/BookingWidget/FormContent/formContent.module.css b/components/Forms/BookingWidget/FormContent/formContent.module.css index a6d7b50ea..2012bfa7a 100644 --- a/components/Forms/BookingWidget/FormContent/formContent.module.css +++ b/components/Forms/BookingWidget/FormContent/formContent.module.css @@ -80,7 +80,7 @@ .rooms:hover, .when:has([data-isopen="true"]), .rooms:has(.input:active, .input:focus, .input:focus-within) { - background-color: var(--Base-Background-Primary-Normal); + background-color: var(--Base-Surface-Primary-light-Hover-alt); } .where {