Skip to content

Commit

Permalink
Preselect default value of gap prop
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Feb 15, 2024
1 parent 7c2002e commit f97beb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/storybook-react/src/Column/Column.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const meta = {
component: Column,
args: {
children: ThreeBoxes,
gap: undefined,
gap: 'md',
},
argTypes: {
gap: {
Expand Down

0 comments on commit f97beb5

Please sign in to comment.