fix: remove bg color for dark mode error outlined btns
This commit is contained in:
@@ -122,8 +122,6 @@ const darkTheme = createTheme({
|
||||
},
|
||||
},
|
||||
outlined: {
|
||||
// Dark mode outlined buttons
|
||||
backgroundColor: '#1e1e1e',
|
||||
borderColor: '#ff00c3',
|
||||
color: '#ff00c3',
|
||||
"&:hover": {
|
||||
|
||||
Reference in New Issue
Block a user