Skip to content

Commit

Permalink
fix: increase top and bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 11, 2023
1 parent 4d972f7 commit 16fbf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/components/MuiContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const MuiContainer: Components['MuiContainer'] = {
...getFlexStyleOverrides(ownerState),
paddingLeft: spacing(2, true),
paddingRight: spacing(2, true),
padding: spacing(3)
padding: spacing(4)
})
}
};
Expand Down

0 comments on commit 16fbf38

Please sign in to comment.