feat: inherit bg btn dark mode

This commit is contained in:
amhsirak
2025-10-13 17:18:16 +05:30
parent 87ddfbd56d
commit d5668e5da7

View File

@@ -112,7 +112,7 @@ const darkTheme = createTheme({
color: '#ffffff', color: '#ffffff',
"&:hover": { "&:hover": {
borderColor: '#ffffff', borderColor: '#ffffff',
backgroundColor: 'rgba(255, 255, 255, 0.08)', backgroundColor: 'inherit',
}, },
}, },
}, },