Fix background colour for show on booking page switch on event types page (#9318)

Co-authored-by: alannnc <alannnc@gmail.com>
This commit is contained in:
Ujwal Kumar 2023-06-06 03:54:10 +05:30 committed by GitHub
parent 8a58a51a2c
commit 3a943fbc81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -377,7 +377,7 @@ export const FormBuilder = function FormBuilder({
onCheckedChange={(checked) => {
update(index, { ...field, hidden: !checked });
}}
classNames={{ container: "p-2 hover:bg-gray-100 rounded" }}
classNames={{ container: "p-2 hover:bg-subtle rounded" }}
tooltip={t("show_on_booking_page")}
/>
)}