@superdispatch/ui 0.25.1 → 0.25.2
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-node/index.js
CHANGED
|
@@ -3313,6 +3313,13 @@ function overrideRadio(theme) {
|
|
|
3313
3313
|
|
|
3314
3314
|
function overrideSnackbar(theme) {
|
|
3315
3315
|
theme.overrides.MuiSnackbar = {
|
|
3316
|
+
root: {
|
|
3317
|
+
left: 0,
|
|
3318
|
+
right: 0,
|
|
3319
|
+
bottom: 0,
|
|
3320
|
+
padding: theme.spacing(0),
|
|
3321
|
+
background: 'transparent'
|
|
3322
|
+
},
|
|
3316
3323
|
anchorOriginBottomCenter: {
|
|
3317
3324
|
left: 0,
|
|
3318
3325
|
right: 0,
|