Skip to content

Commit

Permalink
feat: remove padding on Notice component (#1741)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealemjy authored Nov 8, 2023
1 parent 9c3fc36 commit 650aa21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useOperationModal/Modal/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const useStyles = () => {
`,
notice: css`
margin-top: ${theme.spacing(3)};
padding: ${theme.spacing(4)};
`,
getRow: ({ isLast }: { isLast: boolean }) => css`
margin-bottom: ${theme.spacing(isLast ? 6 : 3)};
Expand Down

0 comments on commit 650aa21

Please sign in to comment.