From 73af3eb40c66d16531f338aa8e93b1174b66edcd Mon Sep 17 00:00:00 2001 From: Abhinav Date: Tue, 6 Sep 2022 16:47:21 +0530 Subject: [PATCH] update link style --- src/themes/darkThemeOptions.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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', }, },