Style notifications
This commit is contained in:
parent
d159dba60e
commit
c342277c49
|
@ -204,17 +204,21 @@ export default createMuiTheme({
|
||||||
color: secondaryText,
|
color: secondaryText,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
/* MuiSnackbar: {
|
MuiSnackbar: {
|
||||||
anchorOriginTopRight: {
|
root: {
|
||||||
marginTop: '50px',
|
width: '280px',
|
||||||
},
|
},
|
||||||
}, */
|
},
|
||||||
MuiSnackbarContent: {
|
MuiSnackbarContent: {
|
||||||
message: {
|
message: {
|
||||||
|
maxWidth: '260px',
|
||||||
'& img': {
|
'& img': {
|
||||||
marginRight: '5px',
|
marginRight: '5px',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
action: {
|
||||||
|
paddingLeft: 0,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
MuiTab: {
|
MuiTab: {
|
||||||
root: {
|
root: {
|
||||||
|
|
Loading…
Reference in New Issue