From 42d33300214afa67c068b3963d4e603b04d86ede Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Wed, 27 Sep 2017 00:32:55 -0700 Subject: [PATCH] Fixed icon color issues --- frontend/components/Layout/components/SidebarLink.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/Layout/components/SidebarLink.js b/frontend/components/Layout/components/SidebarLink.js index 0b2162d50..95d7fe571 100644 --- a/frontend/components/Layout/components/SidebarLink.js +++ b/frontend/components/Layout/components/SidebarLink.js @@ -30,7 +30,7 @@ const styleComponent = component => styled(component)` color: ${color.text}; } - &.active svg { + &.active ${StyledChevron} svg { fill: ${activeStyle.color}; } `;