mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
fixing broken color constant
This commit is contained in:
parent
aed128be0d
commit
561b00b73a
@ -39,7 +39,7 @@ const BreadcrumbA = styled(NavLink)`
|
||||
`;
|
||||
|
||||
const BreadcrumbSpan = styled.span`
|
||||
color: ${colors.base.secondaryDark};
|
||||
color: ${colors.base.text};
|
||||
`;
|
||||
|
||||
function getNameLink(name) {
|
||||
|
Loading…
Reference in New Issue
Block a user