1
1
mirror of https://github.com/primer/css.git synced 2024-10-27 01:44:13 +03:00

Followup design token swaps (#2322)

* teeny tiny

* Create rare-garlics-vanish.md
This commit is contained in:
Katie Langerman 2022-11-22 10:06:07 -08:00 committed by GitHub
parent d984d64b9e
commit 1259ddd408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Use correct weight token for typography utilities

View File

@ -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;