Skip to content

Commit

Permalink
Merge d5b25c5 into b0d858a
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniegiang authored Oct 16, 2024
2 parents b0d858a + d5b25c5 commit 3cc0b21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/odd-zoos-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Update confirmation dialog body to default color. Removing the muted color override.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const ConfirmationHeader: React.FC<React.PropsWithChildren<DialogHeaderProps>> =
const StyledConfirmationBody = styled(Box)`
font-size: ${get('fontSizes.1')};
padding: 0 ${get('space.3')} ${get('space.3')} ${get('space.3')};
color: ${get('colors.fg.muted')};
flex-grow: 1;
`
const ConfirmationBody: React.FC<React.PropsWithChildren<DialogProps>> = ({children}) => {
Expand Down

0 comments on commit 3cc0b21

Please sign in to comment.