fix: remove bg color for dark mode error outlined btns

This commit is contained in:
amhsirak
2025-12-11 16:57:18 +05:30
parent 63c9d53272
commit 05a8e8fe85

View File

@@ -122,8 +122,6 @@ const darkTheme = createTheme({
},
},
outlined: {
// Dark mode outlined buttons
backgroundColor: '#1e1e1e',
borderColor: '#ff00c3',
color: '#ff00c3',
"&:hover": {