Skip to content

Commit

Permalink
Merge pull request #606 from department-of-veterans-affairs/bug/550-n…
Browse files Browse the repository at this point in the history
…arin-fix-header-bottom-margin

[Bug] Typography – Fix heading bottom margin
  • Loading branch information
narin authored Dec 11, 2024
2 parents 82e8cc9 + 959fda1 commit 0d6a7de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@department-of-veterans-affairs/mobile-tokens",
"version": "0.21.0",
"version": "0.21.1-alpha.1",
"description": "VA Design System Mobile Token Library",
"main": "dist/js/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/tokens/src/tokens/font/typography.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"fontFamily": "{vads-font-family-serif-regular}",
"fontSize": "{vads-font-size-heading-level-1}",
"lineHeight": "{vads-font-line-height-heading-2xl}",
"marginBottom": "{vads-space-3xl}",
"marginBottom": "{vads-space-lg}",
"letterSpacing": "{vads-font-letter-spacing-heading}"
},
"attributes": {
Expand All @@ -95,7 +95,7 @@
"fontFamily": "{vads-font-family-serif-regular}",
"fontSize": "{vads-font-size-heading-level-2}",
"lineHeight": "{vads-font-line-height-heading-xl}",
"marginBottom": "{vads-space-2xl}",
"marginBottom": "{vads-space-md}",
"letterSpacing": "{vads-font-letter-spacing-heading}"
},
"attributes": {
Expand All @@ -110,7 +110,7 @@
"fontFamily": "{vads-font-family-sans-serif-bold}",
"fontSize": "{vads-font-size-heading-level-3}",
"lineHeight": "{vads-font-line-height-heading-lg}",
"marginBottom": "{vads-space-xl}",
"marginBottom": "{vads-space-sm}",
"letterSpacing": "{vads-font-letter-spacing-heading}"
},
"attributes": {
Expand All @@ -125,7 +125,7 @@
"fontFamily": "{vads-font-family-sans-serif-bold}",
"fontSize": "{vads-font-size-heading-level-4}",
"lineHeight": "{vads-font-line-height-heading-md}",
"marginBottom": "{vads-space-lg}",
"marginBottom": "{vads-space-xs}",
"letterSpacing": "{vads-font-letter-spacing-heading}"
},
"attributes": {
Expand Down

0 comments on commit 0d6a7de

Please sign in to comment.