mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +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`
|
const BreadcrumbSpan = styled.span`
|
||||||
color: ${colors.base.secondaryDark};
|
color: ${colors.base.text};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
function getNameLink(name) {
|
function getNameLink(name) {
|
||||||
|
Loading…
Reference in New Issue
Block a user