fix: background of event advanced questions section in dark theme (#21985)

* fixed bg of event advanced questions

* Update EventAdvancedTab.tsx

* Update EventAdvancedTab.tsx

---------

Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com>
This commit is contained in:
Romit.
2025-06-23 15:33:32 +00:00
committed by GitHub
co-authored by Anik Dhabal Babu
parent b1caacd643
commit c490f084dc
@@ -586,7 +586,7 @@ export const EventAdvancedTab = ({
{t("booking_questions_description")}
</p>
</div>
<div className="border-subtle rounded-lg border bg-white p-5">
<div className="border-subtle bg-default rounded-lg border p-5">
<FormBuilder
showPhoneAndEmailToggle
title={t("confirmation")}