fix style text
This commit is contained in:
@@ -42,7 +42,7 @@ const FuzzySpan = styled.span`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const HighlightSpan = styled.span`
|
const HighlightSpan = styled.span`
|
||||||
coler: #fff;
|
color: #fff;
|
||||||
background-color: ${(props) => props.$bgColor};
|
background-color: ${(props) => props.$bgColor};
|
||||||
&hover: {
|
&hover: {
|
||||||
filter: none;
|
filter: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user