mirror of
https://github.com/primer/css.git
synced 2024-12-26 23:54:28 +03:00
Followup design token swaps (#2322)
* teeny tiny * Create rare-garlics-vanish.md
This commit is contained in:
parent
d984d64b9e
commit
1259ddd408
5
.changeset/rare-garlics-vanish.md
Normal file
5
.changeset/rare-garlics-vanish.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@primer/css": patch
|
||||
---
|
||||
|
||||
Use correct weight token for typography utilities
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user