Skip to content

Commit

Permalink
fix(components): update margin for typography in assignments checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
FussuChalice authored Dec 5, 2024
1 parent 0a49caa commit 082ca1e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export const StyledTypography = styled(Typography)({
fontSize: '14px',
fontWeight: '520',
lineHeight: '20px',
margin: '4px',
marginTop: '4px',
marginBottom: '4px',
});

export const ChildrenBox = styled(Box)({
Expand Down

0 comments on commit 082ca1e

Please sign in to comment.