fix: colour picker (#4619)

This commit is contained in:
Paribesh Nepal
2025-01-20 09:47:11 +05:30
committed by GitHub
parent 5da6faa972
commit 25f99da172
@@ -163,7 +163,6 @@ export const ThemeStyling = ({
setOpen={setBackgroundStylingOpen}
environmentId={environmentId}
colors={colors}
key={form.watch("background.bg")}
isSettingsPage
isUnsplashConfigured={isUnsplashConfigured}
form={form as UseFormReturn<TProjectStyling | TSurveyStyling>}