From 0b36e661da395b7a02020a9bf379ccd7dbebbc03 Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Fri, 15 Nov 2024 16:46:07 +0100 Subject: [PATCH] Fix(SW-343): reverted color --- .../Forms/BookingWidget/FormContent/formContent.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {