Skip to content

Commit

Permalink
Merge pull request #145 from AppQuality/develop
Browse files Browse the repository at this point in the history
new version
  • Loading branch information
iacopolea authored Oct 24, 2023
2 parents 7d380eb + 7fd1862 commit 67a889b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/stories/typography/Typography.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ export const Text = styled.div(
};
${small ? `line-height: 1.2` : `line-height: 1.5`};
${small ? `font-size: .875rem` : `font-size: 1rem`};
ul {
list-style: disc;
padding: 1em;
margin: 1em;
}
`;
}
);

0 comments on commit 67a889b

Please sign in to comment.