fix: some error

This commit is contained in:
MystiPanda
2024-07-06 09:54:16 +08:00
parent 4727d613c0
commit 97629c1fc3
7 changed files with 79 additions and 45 deletions

View File

@@ -92,7 +92,7 @@ export const RuleItem = (props: Props) => {
);
};
const StyledPrimary = styled("span")`
const StyledPrimary = styled("div")`
font-size: 15px;
font-weight: 700;
line-height: 1.5;