Skip to content

Commit

Permalink
refactor: storybookControls display option 값 오탈자 개선
Browse files Browse the repository at this point in the history
  • Loading branch information
bytrustu committed Feb 29, 2024
1 parent a11c7d0 commit 5f9dc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/styles/storybookControls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const argTypes = {
options: containerTags,
},
display: {
options: ['flex', 'block', 'inline', 'inline-VStack', 'none', 'grid', 'inline-flex', 'inline-grid'],
options: ['flex', 'block', 'inline', 'inline-block', 'none', 'grid', 'inline-flex', 'inline-grid'],
},
flexDirection: {
options: ['row', 'column', 'row-reverse', 'column-reverse'],
Expand Down

0 comments on commit 5f9dc59

Please sign in to comment.