@threedddplus/logoeditor 0.0.169 → 0.0.171

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1848,7 +1848,7 @@ var toastMessages =
1848
1848
  return CustomToast('error', 'No item in canvas to save', 10);
1849
1849
  },
1850
1850
  fileSize: function fileSize() {
1851
- return CustomToast('warning', 'We cannot process this file because it is larger than 25MB. Please decrease the size and try again.', 11);
1851
+ return CustomToast('error', 'We cannot process this file because it is larger than 25MB. Please decrease the size and try again.', 11);
1852
1852
  }
1853
1853
  };
1854
1854