Skip to content

Commit

Permalink
Removed old code to avoid confusion in story (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomfrida authored and wenche committed Aug 27, 2020
1 parent cd922f2 commit 3e953bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/storybook-react/stories/Button.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const allButtons = () => (
Disabled
</Button>
<Button variant="ghost_icon">
<Icon name="save" title="save action" size={48}></Icon>
<Icon name="save" title="save action"></Icon>
</Button>
<Button variant="ghost_icon" color="secondary">
<Icon name="save" title="save"></Icon>
Expand All @@ -79,7 +79,7 @@ export const contained = () => (
<Button color="danger">Danger</Button>
<Button disabled>Disabled</Button>
<Button>
<Icon name="save" title="save" size={16}></Icon>Primary
<Icon name="save" title="save"></Icon>Primary
</Button>
<Button color="secondary">
<Icon name="save" title="save"></Icon>Secondary
Expand Down Expand Up @@ -204,7 +204,7 @@ export const ghost = () => (
<Icon name="save" title="save"></Icon>
</Button>
<Button variant="ghost_icon">
<Icon name="save" title="save action" size={48}></Icon>
<Icon name="save" title="save action"></Icon>
</Button>
<Button variant="ghost_icon" color="secondary">
<Icon name="save" title="save"></Icon>
Expand Down

0 comments on commit 3e953bd

Please sign in to comment.