diff --git a/src/context/theme-provider.tsx b/src/context/theme-provider.tsx index 4d9f8bb6..21b79504 100644 --- a/src/context/theme-provider.tsx +++ b/src/context/theme-provider.tsx @@ -112,7 +112,7 @@ const darkTheme = createTheme({ color: '#ffffff', "&:hover": { borderColor: '#ffffff', - backgroundColor: 'rgba(255, 255, 255, 0.08)', + backgroundColor: 'inherit', }, }, },