Skip to content

Commit

Permalink
Update confirmation dialog body to default color (#5128)
Browse files Browse the repository at this point in the history
* Update body to default color

* Remove color css

* Create odd-zoos-judge.md

---------

Co-authored-by: Jon Rohan <yes@jonrohan.codes>
  • Loading branch information
stephaniegiang and jonrohan authored Oct 16, 2024
1 parent bac7412 commit adf8c4f
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 adf8c4f

Please sign in to comment.