We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70028bc commit 5d66a4cCopy full SHA for 5d66a4c
.changeset/old-taxis-notice.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/react": patch
3
4
+
5
+bugfix(PageHeader): Use font-weight initial to match the styled component styling
packages/react/src/PageHeader/PageHeader.module.css
@@ -229,7 +229,7 @@
229
display: flex;
230
padding-top: var(--base-size-8);
231
font-size: var(--text-body-size-medium, 0.875rem);
232
- font-weight: var(--base-text-weight-light);
+ font-weight: var(--base-text-weight-normal);
233
line-height: var(--text-body-lineHeight-medium, 1.4285);
234
flex-direction: row;
235
grid-row: var(--grid-row-order-description);
0 commit comments