Fixed icon color issues

This commit is contained in:
Jori Lallo
2017-09-27 00:32:55 -07:00
parent 45f0f60646
commit 42d3330021

View File

@@ -30,7 +30,7 @@ const styleComponent = component => styled(component)`
color: ${color.text};
}
&.active svg {
&.active ${StyledChevron} svg {
fill: ${activeStyle.color};
}
`;