Skip to content

Commit

Permalink
update storybook props
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Oct 22, 2024
1 parent 43f721a commit 7b3cd44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/src/atoms/ListItem/ListItem.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const ListItemDescriptorDefault: Story = {
type: 'noActive',
children: (
<ListItemDescriptor
type="default"
type="large"
content={<div>mock content</div>}
description={<div>mock description</div>}
/>
Expand All @@ -63,7 +63,7 @@ export const ListItemDescriptorMini: Story = {
type: 'noActive',
children: (
<ListItemDescriptor
type="mini"
type="default"
content={<div>mock content</div>}
description={<div>mock description</div>}
/>
Expand Down

0 comments on commit 7b3cd44

Please sign in to comment.