From ebb057aee9dea38832ad803e29df3ee436f30c10 Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Tue, 10 Sep 2019 19:06:03 +0200 Subject: [PATCH] Fix filter separator in dark --- src/components/TableFilter/FilterChips.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TableFilter/FilterChips.tsx b/src/components/TableFilter/FilterChips.tsx index 8a584f29a..3dd453114 100644 --- a/src/components/TableFilter/FilterChips.tsx +++ b/src/components/TableFilter/FilterChips.tsx @@ -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`