Skip to content

Commit

Permalink
fixup! Feat(web-react): Add spacingX and spacingY to Flex #DS-1427
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Oct 21, 2024
1 parent f9af78e commit 8017926
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ import DocsBox from '../../../../docs/DocsBox';
import Flex from '../Flex';

const FlexColumnLayout = () => (
<Flex direction="column" spacingY="space-1000">
<Flex direction="column">
<DocsBox size="small">Item 1</DocsBox>
<DocsBox size="small">Item 2</DocsBox>
<DocsBox size="small">Item 3</DocsBox>

0 comments on commit 8017926

Please sign in to comment.