Style notifications

This commit is contained in:
Germán Martínez 2019-09-28 18:55:41 +02:00
parent d159dba60e
commit c342277c49
1 changed files with 8 additions and 4 deletions

View File

@ -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: {