@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.
@@ -1,5 +1,12 @@
1
1
  export function overrideSnackbar(theme) {
2
2
  theme.overrides.MuiSnackbar = {
3
+ root: {
4
+ left: 0,
5
+ right: 0,
6
+ bottom: 0,
7
+ padding: theme.spacing(0),
8
+ background: 'transparent'
9
+ },
3
10
  anchorOriginBottomCenter: {
4
11
  left: 0,
5
12
  right: 0,
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,