Skip to content

Commit 5d66a4c

Browse files
authored
bugfix(PageHeader): Use font-weight initial to match the styled component styling (#5852)
1 parent 70028bc commit 5d66a4c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/old-taxis-notice.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
display: flex;
230230
padding-top: var(--base-size-8);
231231
font-size: var(--text-body-size-medium, 0.875rem);
232-
font-weight: var(--base-text-weight-light);
232+
font-weight: var(--base-text-weight-normal);
233233
line-height: var(--text-body-lineHeight-medium, 1.4285);
234234
flex-direction: row;
235235
grid-row: var(--grid-row-order-description);

0 commit comments

Comments
 (0)