Skip to content

Commit 03d8d35

Browse files
Update the font-weight of the Dialog subtitle component to be normal (#4239)
* Update the font-weight of the Dialog subtitle component to be normal * Create warm-steaks-fry.md * test(vrt): update snapshots * copy main snaps * Update packages/react/src/Dialog/Dialog.tsx Co-authored-by: Josh Black <[email protected]> --------- Co-authored-by: langermank <[email protected]> Co-authored-by: Josh Black <[email protected]>
1 parent ce95e36 commit 03d8d35

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/warm-steaks-fry.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+
Update the font-weight of the Dialog subtitle component to be normal

packages/react/src/Dialog/Dialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ const Subtitle = styled.h2<SxProp>`
497497
color: ${get('colors.fg.muted')};
498498
margin: 0; /* override default margin */
499499
margin-top: ${get('space.1')};
500+
font-weight: normal;
500501
501502
${sx};
502503
`

0 commit comments

Comments
 (0)