feat: inherit bg btn dark mode
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user