diff --git a/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/FormStylingSettings.tsx b/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/FormStylingSettings.tsx index 180409b6da..fda9e92d60 100644 --- a/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/FormStylingSettings.tsx +++ b/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/FormStylingSettings.tsx @@ -107,9 +107,9 @@ export const FormStylingSettings = ({ -
+
-
+
{ const [activeTab, setActiveTab] = useState(bgType || "color"); - + const [parent] = useAutoAnimate(); const [colorBackground, setColorBackground] = useState(bg); const [animationBackground, setAnimationBackground] = useState(bg); const [uploadBackground, setUploadBackground] = useState(bg); @@ -93,7 +94,7 @@ export const SurveyBgSelectorTab = ({ tabStyle="button" className="bg-slate-100" /> -
+
{renderContent()}