fix: Breadcrumb separator color in dark mode

This commit is contained in:
Tom Moor
2020-05-19 22:34:04 -07:00
parent ee7e1959c9
commit 092b29ee63

View File

@@ -102,7 +102,7 @@ const SmallSlash = styled(GoToIcon)`
export const Slash = styled(GoToIcon)`
flex-shrink: 0;
opacity: 0.25;
fill: ${props => props.theme.divider};
`;
const Overflow = styled(MoreIcon)`