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: { MuiLink: {
defaultProps: { defaultProps: {
underline: 'always', color: '#1dba54',
underline: 'none',
}, },
styleOverrides: { styleOverrides: {
root: { root: {
'&:hover': { '&:hover': {
underline: 'always',
color: '#1dba54', color: '#1dba54',
}, },
}, },