From f498e0e79f3c85cd4da73613e3d7a11cfa4b3c9e Mon Sep 17 00:00:00 2001 From: Abhinav Date: Mon, 2 May 2022 16:17:36 +0530 Subject: [PATCH] theme update --- src/darkThemeOptions.tsx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/darkThemeOptions.tsx b/src/darkThemeOptions.tsx index 18a05101a..4ba096612 100644 --- a/src/darkThemeOptions.tsx +++ b/src/darkThemeOptions.tsx @@ -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', }, }, },