Browse Source

theme update

Abhinav 3 years ago
parent
commit
f498e0e79f
1 changed files with 1 additions and 13 deletions
  1. 1 13
      src/darkThemeOptions.tsx

+ 1 - 13
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',
                 },
             },
         },