Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #407 from Groww/fix/mint-util-line-height-fix
Browse files Browse the repository at this point in the history
line-height unit fix for headingLarge util class
  • Loading branch information
AkshayNaikGroww authored Apr 29, 2024
2 parents 9979e04 + fb4c2ac commit 821b1c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mint-css/typography/tokens/heading-tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
.headingLarge {
font-size: var(--font-size-20);
font-weight: var(--font-weight-medium);
line-height: 1.25rem;
line-height: 2rem;
}
2 changes: 1 addition & 1 deletion packages/ui-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/ui-toolkit",
"version": "0.5.7",
"version": "0.5.8",
"description": "A lightning nature UI",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 821b1c0

Please sign in to comment.