Skip to content

Commit

Permalink
style: remove margin from dialog body
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Feb 20, 2025
1 parent 0b964fd commit a585c30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component/elements/StyledDialogBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export const StyledDialogBody = styled(DialogBody)<
>`
padding: ${({ padding = '15px' }) => padding};
background-color: ${({ backgroundColor = 'white' }) => backgroundColor};
margin: 0;
`;

0 comments on commit a585c30

Please sign in to comment.