Fixed icon color issues
This commit is contained in:
@@ -30,7 +30,7 @@ const styleComponent = component => styled(component)`
|
||||
color: ${color.text};
|
||||
}
|
||||
|
||||
&.active svg {
|
||||
&.active ${StyledChevron} svg {
|
||||
fill: ${activeStyle.color};
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user