Skip to content

Commit

Permalink
Update the font-weight of the Dialog subtitle component to be normal (#…
Browse files Browse the repository at this point in the history
…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 <joshblack@github.com>

---------

Co-authored-by: langermank <langermank@users.noreply.github.com>
Co-authored-by: Josh Black <joshblack@github.com>
  • Loading branch information
3 people committed Feb 26, 2024
1 parent ce95e36 commit 03d8d35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-steaks-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Update the font-weight of the Dialog subtitle component to be normal
1 change: 1 addition & 0 deletions packages/react/src/Dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ const Subtitle = styled.h2<SxProp>`
color: ${get('colors.fg.muted')};
margin: 0; /* override default margin */
margin-top: ${get('space.1')};
font-weight: normal;
${sx};
`
Expand Down

0 comments on commit 03d8d35

Please sign in to comment.