Skip to content

Commit

Permalink
Followup design token swaps (#2322)
Browse files Browse the repository at this point in the history
* teeny tiny

* Create rare-garlics-vanish.md
  • Loading branch information
langermank authored Nov 22, 2022
1 parent d984d64 commit 1259ddd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-garlics-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Use correct weight token for typography utilities
4 changes: 2 additions & 2 deletions src/support/variables/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ $h6-size: 12px !default;
$font-size-small: 12px !default;

// Font weights
$font-weight-bold: var(--base-text-weight-medium, 600) !default;
$font-weight-semibold: var(--base-text-weight-semibold, 500) !default;
$font-weight-bold: var(--base-text-weight-semibold, 600) !default;
$font-weight-semibold: var(--base-text-weight-medium, 500) !default;
$font-weight-normal: var(--base-text-weight-normal, 400) !default;
$font-weight-light: var(--base-text-weight-light, 300) !default;

Expand Down

0 comments on commit 1259ddd

Please sign in to comment.