Skip to content

Commit

Permalink
fix(heading): make md heading work (#2485)
Browse files Browse the repository at this point in the history
fixes medium sized headings.
  • Loading branch information
Barsnes authored Sep 23, 2024
1 parent b0c3122 commit 40f8dc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lemon-countries-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@digdir/designsystemet-css": patch
---

Heading: Fix `md` heading size
2 changes: 1 addition & 1 deletion packages/css/baseline/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

font-weight: var(--ds-heading-md-font-weight);
line-height: var(--ds-heading-md-line-height);
font-size: var (--ds-heading-md-font-size);
font-size: var(--ds-heading-md-font-size);
letter-spacing: var(--ds-heading-md-letter-spacing);
}

Expand Down

0 comments on commit 40f8dc8

Please sign in to comment.