add border radius to snackbar

This commit is contained in:
Abhinav 2022-11-01 10:29:31 +05:30
parent 0eb05fceaa
commit a6f9c6db00

View file

@ -243,6 +243,13 @@ const darkThemeOptions = createTheme({
},
},
},
MuiSnackbar: {
styleOverrides: {
root: {
borderRadius: '8px',
},
},
},
},
palette: {
@ -316,7 +323,7 @@ const darkThemeOptions = createTheme({
},
button: {
fontSize: '16px',
lineHeight: '19px',
lineHeight: '20px',
fontWeight: 'bold',
textTransform: 'none',
},