labsense-ui-kit 1.3.97 → 1.3.98

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.
@@ -6897,7 +6897,8 @@ var useNotification = function useNotification() {
6897
6897
  icon: React.createElement(Icon, {
6898
6898
  icon: (customStyle === null || customStyle === void 0 ? void 0 : customStyle.icon) || 'Add_1',
6899
6899
  size: customStyle === null || customStyle === void 0 ? void 0 : customStyle.iconSize,
6900
- weight: customStyle === null || customStyle === void 0 ? void 0 : customStyle.iconWeight
6900
+ weight: customStyle === null || customStyle === void 0 ? void 0 : customStyle.iconWeight,
6901
+ color: customStyle === null || customStyle === void 0 ? void 0 : customStyle.color
6901
6902
  }),
6902
6903
  style: {
6903
6904
  background: customStyle === null || customStyle === void 0 ? void 0 : customStyle.background,