Fixed the quick filter active color on Dark Mode

This commit is contained in:
ZachHoskins 2021-10-07 05:54:29 -05:00
parent 5b2f39086f
commit 16e67e7104

View file

@ -155,7 +155,7 @@ const useStyles = makeStyles(theme => ({
alignItems: 'center',
...theme.palette.mode({
light: {},
dark: {background: '#000000b0'},
dark: {},
}),
'& svg': {
padding: '5px',