diff --git a/src/themes/darkThemeOptions.tsx b/src/themes/darkThemeOptions.tsx index fe05e8ca0..471247201 100644 --- a/src/themes/darkThemeOptions.tsx +++ b/src/themes/darkThemeOptions.tsx @@ -130,11 +130,13 @@ const darkThemeOptions = createTheme({ }, MuiLink: { defaultProps: { - underline: 'always', + color: '#1dba54', + underline: 'none', }, styleOverrides: { root: { '&:hover': { + underline: 'always', color: '#1dba54', }, },