Fix color constant
This commit is contained in:
parent
5a82430553
commit
0bd3dd1a72
@ -153,7 +153,7 @@ const Title = styled.span`
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: $textColor;
|
||||
color: ${textColor};
|
||||
}
|
||||
`;
|
||||
|
||||
|
Reference in New Issue
Block a user