Skip to content

Commit

Permalink
Merge 2e443d8 into fb58a05
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank authored Feb 9, 2024
2 parents fb58a05 + 2e443d8 commit b095f16
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 @@ -357,6 +357,7 @@ const Subtitle = styled.h2<SxProp>`
color: ${get('colors.fg.muted')};
margin: 0; /* override default margin */
margin-top: ${get('space.1')};
font-weight: normal; // added font-weight: normal
${sx};
`
Expand Down

0 comments on commit b095f16

Please sign in to comment.