Skip to content

Commit

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

0 comments on commit 98f9776

Please sign in to comment.