We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36743d6 commit f81243aCopy full SHA for f81243a
src/components/box/Box.tsx
@@ -62,11 +62,13 @@ const StyledBox = styled(Container)<BoxProps>`
62
css`
63
padding: ${theme.spacing[padding]};
64
`}
65
+
66
${({ spacing }) =>
67
spacing &&
68
- margin: ${theme.spacing[spacing]};
69
+ margin-top: ${theme.spacing[spacing]};
70
71
72
${({ shadow }) =>
73
shadow &&
74
0 commit comments