Skip to content

Commit

Permalink
Align PageLayout story spacing props with component
Browse files Browse the repository at this point in the history
  • Loading branch information
vdepizzol committed Mar 14, 2022
1 parent ec387ad commit 2efafdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/stories/components/Layout/PageLayout.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
},

columnGap: {
options: ['normal', 'condensed'],
options: ['normal', 'condensed', 'none'],
control: {
type: 'inline-radio'
},
Expand All @@ -51,7 +51,7 @@ export default {
}
},
rowGap: {
options: ['normal', 'condensed'],
options: ['normal', 'condensed', 'none'],
control: {
type: 'inline-radio'
},
Expand Down

0 comments on commit 2efafdb

Please sign in to comment.