update link style

This commit is contained in:
Abhinav 2022-09-06 16:47:21 +05:30
parent 353bba2b6a
commit 73af3eb40c

View file

@ -130,11 +130,13 @@ const darkThemeOptions = createTheme({
},
MuiLink: {
defaultProps: {
underline: 'always',
color: '#1dba54',
underline: 'none',
},
styleOverrides: {
root: {
'&:hover': {
underline: 'always',
color: '#1dba54',
},
},