Fix filter separator in dark

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-10 19:06:03 +02:00
parent 10a671da46
commit ebb057aee9

View file

@ -69,7 +69,7 @@ const useStyles = makeStyles(
"& a": {
paddingBottom: 10
},
borderBottom: "1px solid #e8e8e8",
borderBottom: `1px solid ${theme.palette.divider}`,
display: "flex",
marginTop: theme.spacing.unit,
padding: `0 ${theme.spacing.unit * 3}px ${theme.spacing.unit}px`