@blerp/design 1.2.66 → 1.2.67

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.
package/dist/index.cjs.js CHANGED
@@ -5969,8 +5969,9 @@ var SnackbarProvider = function SnackbarProvider(props) {
5969
5969
  sx: {
5970
5970
  width: "100%",
5971
5971
  "& svg": {
5972
- color: snackbarValues.color
5973
- }
5972
+ color: "white"
5973
+ },
5974
+ color: "white"
5974
5975
  }
5975
5976
  }, snackbarValues.message)), props.children);
5976
5977
  };
package/dist/index.esm.js CHANGED
@@ -5892,8 +5892,9 @@ var SnackbarProvider = function SnackbarProvider(props) {
5892
5892
  sx: {
5893
5893
  width: "100%",
5894
5894
  "& svg": {
5895
- color: snackbarValues.color
5896
- }
5895
+ color: "white"
5896
+ },
5897
+ color: "white"
5897
5898
  }
5898
5899
  }, snackbarValues.message)), props.children);
5899
5900
  };
package/dist/index.umd.js CHANGED
@@ -5913,8 +5913,9 @@
5913
5913
  sx: {
5914
5914
  width: "100%",
5915
5915
  "& svg": {
5916
- color: snackbarValues.color
5917
- }
5916
+ color: "white"
5917
+ },
5918
+ color: "white"
5918
5919
  }
5919
5920
  }, snackbarValues.message)), props.children);
5920
5921
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.2.66",
3
+ "version": "1.2.67",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {