Skip to content

Commit

Permalink
WEB-2113 min width in story
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Ladaria committed Jan 9, 2025
1 parent ff1b38d commit 37af599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__stories__/drawer-story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
component: Drawer,
argTypes: {
width: {
control: {type: 'range', min: 0, max: 1000, step: 1},
control: {type: 'range', min: 300, max: 1000, step: 1},
},
},
};
Expand Down

0 comments on commit 37af599

Please sign in to comment.