fixing broken color constant

This commit is contained in:
Alex Windett 2017-02-22 15:18:18 +00:00
parent aed128be0d
commit 561b00b73a
1 changed files with 1 additions and 1 deletions

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) {