@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 +3 -2
- package/dist/index.esm.js +3 -2
- package/dist/index.umd.js +3 -2
- package/package.json +1 -1
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:
|
|
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:
|
|
5896
|
-
}
|
|
5895
|
+
color: "white"
|
|
5896
|
+
},
|
|
5897
|
+
color: "white"
|
|
5897
5898
|
}
|
|
5898
5899
|
}, snackbarValues.message)), props.children);
|
|
5899
5900
|
};
|
package/dist/index.umd.js
CHANGED