Skip to content

Commit

Permalink
Remove color css
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniegiang authored Oct 15, 2024
1 parent 11c641d commit e24faf3
Showing 1 changed file with 0 additions and 1 deletion.
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.default')};
flex-grow: 1;
`
const ConfirmationBody: React.FC<React.PropsWithChildren<DialogProps>> = ({children}) => {
Expand Down

0 comments on commit e24faf3

Please sign in to comment.