fix: suggest colors has better succes copy (#7258)

This commit is contained in:
Theodór Tómas
2026-02-16 20:18:46 +07:00
committed by GitHub
parent 65af826222
commit 6fefd51cce
17 changed files with 17 additions and 2 deletions
@@ -100,7 +100,7 @@ export const ThemeStyling = ({
form.setValue(key as keyof TProjectStyling, value, { shouldDirty: true });
}
toast.success(t("environments.workspace.look.styling_updated_successfully"));
toast.success(t("environments.workspace.look.suggested_colors_applied_please_save"));
setConfirmSuggestColorsOpen(false);
};
@@ -94,7 +94,7 @@ export const StylingView = ({
form.setValue(key as keyof TSurveyStyling, value, { shouldDirty: true });
}
toast.success(t("environments.workspace.look.styling_updated_successfully"));
toast.success(t("environments.workspace.look.suggested_colors_applied_please_save"));
setConfirmSuggestColorsOpen(false);
};