@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-web/index.js
CHANGED
|
@@ -3308,6 +3308,13 @@ function overrideRadio(theme) {
|
|
|
3308
3308
|
|
|
3309
3309
|
function overrideSnackbar(theme) {
|
|
3310
3310
|
theme.overrides.MuiSnackbar = {
|
|
3311
|
+
root: {
|
|
3312
|
+
left: 0,
|
|
3313
|
+
right: 0,
|
|
3314
|
+
bottom: 0,
|
|
3315
|
+
padding: theme.spacing(0),
|
|
3316
|
+
background: 'transparent'
|
|
3317
|
+
},
|
|
3311
3318
|
anchorOriginBottomCenter: {
|
|
3312
3319
|
left: 0,
|
|
3313
3320
|
right: 0,
|