@@ -5,7 +5,7 @@ menu: Components
55
66import { Playground , Props } from ' docz' ;
77import { Button } from ' ./Button' ;
8- import { Box , Spacing } from ' ../Layout' ;
8+ import { Box } from ' ../Layout' ;
99
1010# Button
1111
@@ -37,19 +37,19 @@ import { Box, Spacing } from '../Layout';
3737
3838<Playground >
3939 <Box flexDirection = " row" >
40- <Spacing paddingRight = { 2 } height = { 30 } justifyContent = " space-between" >
40+ <Box paddingRight = { 16 } height = { 240 } justifyContent = " space-between" >
4141 <Button color = " default" title = " Default" />
4242 <Button color = " default" appearance = " outline" title = " Default" />
4343 <Button color = " default" appearance = " minimal" title = " Default" />
4444 <Button color = " default" appearance = " primary" title = " Default" isLoading />
45- </Spacing >
46- <Spacing paddingRight = { 2 } height = { 30 } justifyContent = " space-between" >
45+ </Box >
46+ <Box paddingRight = { 16 } height = { 240 } justifyContent = " space-between" >
4747 <Button color = " primary" title = " Primary" />
4848 <Button color = " primary" appearance = " outline" title = " Primary" />
4949 <Button color = " primary" appearance = " minimal" title = " Primary" />
5050 <Button color = " primary" appearance = " primary" title = " Primary" isLoading />
51- </Spacing >
52- <Spacing paddingRight = { 2 } height = { 30 } justifyContent = " space-between" >
51+ </Box >
52+ <Box paddingRight = { 16 } height = { 240 } justifyContent = " space-between" >
5353 <Button color = " secondary" title = " Secondary" />
5454 <Button color = " secondary" appearance = " outline" title = " Secondary" />
5555 <Button color = " secondary" appearance = " minimal" title = " Secondary" />
@@ -59,13 +59,13 @@ import { Box, Spacing } from '../Layout';
5959 title = " Secondary"
6060 isLoading
6161 />
62- </Spacing >
63- <Spacing paddingRight = { 2 } height = { 30 } justifyContent = " space-between" >
62+ </Box >
63+ <Box paddingRight = { 16 } height = { 240 } justifyContent = " space-between" >
6464 <Button color = " danger" title = " Danger" />
6565 <Button color = " danger" appearance = " outline" title = " Danger" />
6666 <Button color = " danger" appearance = " minimal" title = " Danger" />
6767 <Button color = " danger" appearance = " primary" title = " Danger" isLoading />
68- </Spacing >
68+ </Box >
6969 </Box >
7070</Playground >
7171
0 commit comments