fix style text

This commit is contained in:
Gabe Yuan
2023-09-01 17:07:21 +08:00
parent 6327391e65
commit 935c83185d

View File

@@ -42,7 +42,7 @@ const FuzzySpan = styled.span`
`;
const HighlightSpan = styled.span`
coler: #fff;
color: #fff;
background-color: ${(props) => props.$bgColor};
&hover: {
filter: none;