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