Compare commits

...

1 Commits

Author SHA1 Message Date
Aryan
b0facf1cd0 fix:theme-styling-brand-color-update 2026-02-27 04:11:28 +05:30

View File

@@ -274,9 +274,7 @@ export const ThemeStyling = ({
survey={previewSurvey(project.name, t)}
project={{
...project,
styling: form.watch("allowStyleOverwrite")
? { ...form.watch(), brandColor: { light: previewBrandColor } }
: STYLE_DEFAULTS,
styling: { ...form.watch(), brandColor: { light: previewBrandColor } },
}}
previewType={previewSurveyType}
setPreviewType={setPreviewSurveyType}