Skip to content

Commit

Permalink
♻️ allow to change dialog button <=> content spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ulricden committed Jul 9, 2024
1 parent 778e4fc commit f55632e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialogs/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ function useStyles({
marginBottom: theme.sw.spacing.m,
},
actions: {
...commonStyleSheet.actions,
marginTop: theme.sw.spacing.m,
...commonStyleSheet.actions,
},
leftOption: commonStyleSheet.leftOption,
rightOption: commonStyleSheet.rightOption,
Expand Down

0 comments on commit f55632e

Please sign in to comment.