Skip to content

Commit

Permalink
feat: 🎸 Change SQFormDialog content padding to 20px
Browse files Browse the repository at this point in the history
Changed SQFormDialog content padding to 20px

BREAKING CHANGE: 🧨 Changed SQFormDialog content padding to 20px from 8px 24px

✅ Closes: #88
  • Loading branch information
Chris-Boyle committed Jun 21, 2021
1 parent c4d589d commit 783194a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stories/SQFormDialog.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default {
const defaultArgs = {
title: 'Default',
initialValues: {hello: ''},
maxWidth: 'xs',
muiGridProps: {
spacing: 2,
alignItems: 'center'
Expand Down

0 comments on commit 783194a

Please sign in to comment.