Skip to content

Commit

Permalink
fix(ConfirmationDialog): use standard bold font-weight for title
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed May 21, 2021
1 parent ef4d3c2 commit b75fdc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/thirty-lies-try.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@primer/components": patch
---

Fix border radius on ConfirmationDialog buttons
Fix border radius on buttons and title `font-weight` in ConfirmationDialog
2 changes: 1 addition & 1 deletion src/Dialog/ConfirmationDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const StyledConfirmationHeader = styled.header`
`
const StyledTitle = styled(Box)`
font-size: ${get('fontSizes.3')};
font-weight: 700;
font-weight: ${get('fontWeights.bold')};
padding: 6px ${get('space.2')};
flex-grow: 1;
`
Expand Down

0 comments on commit b75fdc3

Please sign in to comment.