mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 23:04:20 +00:00
Fixed the quick filter active color on Dark Mode
This commit is contained in:
parent
5b2f39086f
commit
16e67e7104
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ const useStyles = makeStyles(theme => ({
|
|||
alignItems: 'center',
|
||||
...theme.palette.mode({
|
||||
light: {},
|
||||
dark: {background: '#000000b0'},
|
||||
dark: {},
|
||||
}),
|
||||
'& svg': {
|
||||
padding: '5px',
|
||||
|
|
Loading…
Reference in a new issue