Skip to content

Commit

Permalink
fix: marginX with shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jun 30, 2023
1 parent 2ce3f3a commit 1a31ef6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/theme/ThemedBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ const ThemedBox: React.FC<ThemedBoxProps> = ({
...sx,
...(withShapes && {
paddingY: { xs: 2, sm: 3, md: 5 },
paddingX: { xs: 2, sm: 5, md: 10 }
paddingX: { xs: 2, sm: 5, md: 10 },
marginX: '100px'
}),
bgcolor: bgcolor.main,
alignItems: 'center',
Expand Down

0 comments on commit 1a31ef6

Please sign in to comment.