fix: some error

This commit is contained in:
MystiPanda
2024-07-06 09:54:16 +08:00
parent 38eb3123be
commit 905353d540
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;