diff --git a/.changeset/stupid-tips-decide.md b/.changeset/stupid-tips-decide.md new file mode 100644 index 00000000..a9bb352f --- /dev/null +++ b/.changeset/stupid-tips-decide.md @@ -0,0 +1,6 @@ +--- +"@cambly/syntax-core": minor +"@syntax/storybook": minor +--- + +Typography: set line-height to initial diff --git a/packages/syntax-core/src/Typography/Typography.module.css b/packages/syntax-core/src/Typography/Typography.module.css index 0e7f5a68..6da12549 100644 --- a/packages/syntax-core/src/Typography/Typography.module.css +++ b/packages/syntax-core/src/Typography/Typography.module.css @@ -1,5 +1,5 @@ .typography { - line-height: normal; + line-height: initial; margin: 0; }