Skip to content

Commit

Permalink
chore(list): make the list of showcase smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
panvourtsis committed Jul 18, 2023
1 parent 170f3e0 commit 97bf773
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 601 deletions.
2 changes: 1 addition & 1 deletion src/components/List/List.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ List component.
<Preview>
<Story name="List">
<ListShowcase
itemsCount={number('itemsCount', 650)}
itemsCount={number('itemsCount', 50)}
rowSize={select('rowSize', ['small', 'normal'], 'normal')}
width={number('width', 650)}
height={number('height', 650)}
Expand Down
Loading

0 comments on commit 97bf773

Please sign in to comment.