1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

fixing broken color constant

This commit is contained in:
Alex Windett 2017-02-22 15:18:18 +00:00
parent aed128be0d
commit 561b00b73a

View File

@ -39,7 +39,7 @@ const BreadcrumbA = styled(NavLink)`
`;
const BreadcrumbSpan = styled.span`
color: ${colors.base.secondaryDark};
color: ${colors.base.text};
`;
function getNameLink(name) {