theme update

This commit is contained in:
Abhinav 2022-05-02 16:17:36 +05:30
parent 90abd1d45f
commit f498e0e79f

View file

@ -37,23 +37,11 @@ const darkThemeOptions = createTheme({
root: { borderRadius: '8px', backgroundColor: '#040404' },
},
},
MuiLink: {
styleOverrides: {
root: {
color: '#fff',
textDecoration: 'none',
'&:hover': {
color: '#fff',
textDecoration: 'underline',
textDecorationColor: '#fff',
},
},
},
},
MuiButton: {
styleOverrides: {
root: {
color: '#fff',
textTransform: 'none',
},
},
},