Fix filter separator in dark
This commit is contained in:
parent
10a671da46
commit
ebb057aee9
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue