Skip to content

Commit

Permalink
fix up story
Browse files Browse the repository at this point in the history
  • Loading branch information
kyledurand committed Mar 14, 2024
1 parent 64501aa commit 0f0cbeb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions polaris-react/src/components/Listbox/Listbox.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,8 @@ export function WithAction() {
<Listbox.Option value="UniqueValue-2" divider>
Item 2
</Listbox.Option>
<Listbox.Action value="ActionValue">
<LegacyStack spacing="tight">
<Icon source={PlusCircleIcon} tone="base" />
<div>Add item</div>
</LegacyStack>
<Listbox.Action value="ActionValue" icon={PlusCircleIcon}>
Add item
</Listbox.Action>
</Listbox>
);
Expand Down

0 comments on commit 0f0cbeb

Please sign in to comment.