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 ef2af38 commit 46dd46dCopy full SHA for 46dd46d
src/components/box/Box.tsx
@@ -20,7 +20,7 @@ type BoxProps = {
20
| "spacing06"
21
| "spacing07"
22
| "spacing08";
23
- spacing?:
+ margin?:
24
| "spacing01"
25
| "spacing02"
26
| "spacing03"
@@ -64,7 +64,6 @@ const StyledBox = styled(Container)<BoxProps>`
64
`}
65
66
${({ margin }) =>
67
- // margin should be deleted ASAP after mergin Spacer
68
margin &&
69
css`
70
margin-bottom: ${theme.spacing[margin]};
0 commit comments