diff --git a/src/context/theme-provider.tsx b/src/context/theme-provider.tsx index ef16069f..5188f53e 100644 --- a/src/context/theme-provider.tsx +++ b/src/context/theme-provider.tsx @@ -122,8 +122,6 @@ const darkTheme = createTheme({ }, }, outlined: { - // Dark mode outlined buttons - backgroundColor: '#1e1e1e', borderColor: '#ff00c3', color: '#ff00c3', "&:hover": {