Skip to content

Commit 1259ddd

Browse files
authored
Followup design token swaps (#2322)
* teeny tiny * Create rare-garlics-vanish.md
1 parent d984d64 commit 1259ddd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/rare-garlics-vanish.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Use correct weight token for typography utilities

src/support/variables/typography.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ $h6-size: 12px !default;
2121
$font-size-small: 12px !default;
2222

2323
// Font weights
24-
$font-weight-bold: var(--base-text-weight-medium, 600) !default;
25-
$font-weight-semibold: var(--base-text-weight-semibold, 500) !default;
24+
$font-weight-bold: var(--base-text-weight-semibold, 600) !default;
25+
$font-weight-semibold: var(--base-text-weight-medium, 500) !default;
2626
$font-weight-normal: var(--base-text-weight-normal, 400) !default;
2727
$font-weight-light: var(--base-text-weight-light, 300) !default;
2828

0 commit comments

Comments
 (0)