From 64ef7b1de1e3f7d3469ed3d2d3fc99b4e30de56f Mon Sep 17 00:00:00 2001 From: Christian Vuerings Date: Tue, 19 Mar 2024 15:03:41 -0700 Subject: [PATCH] Typography: set line-height to initial (#343) --- .changeset/stupid-tips-decide.md | 6 ++++++ packages/syntax-core/src/Typography/Typography.module.css | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/stupid-tips-decide.md 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; }