update theme

This commit is contained in:
Abhinav 2022-05-03 17:42:27 +05:30
parent 57cbe14941
commit 97fc210ae7

View file

@ -34,7 +34,7 @@ const darkThemeOptions = createTheme({
components: {
MuiPaper: {
styleOverrides: {
root: { borderRadius: '8px', backgroundColor: '#0f0f0f' },
root: { backgroundColor: '#0f0f0f' },
},
},
MuiLink: {
@ -55,6 +55,7 @@ const darkThemeOptions = createTheme({
root: {
color: '#fff',
textTransform: 'none',
borderRadius: '8px',
},
},
},
@ -81,7 +82,7 @@ const darkThemeOptions = createTheme({
},
shape: {
borderRadius: '8px',
borderRadius: '12px',
},
});