Skip to content

Commit

Permalink
docs(Button): remove danger icon only button
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Jan 25, 2021
1 parent 55c8646 commit c0ea410
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react/src/components/Button/Button-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,9 @@ export const Playground = () => {
}}>
<Button {...regularProps}>Button</Button>
&nbsp;
<Button hasIconOnly {...iconOnly}></Button>
{!regularProps.kind.includes('danger') && (
<Button hasIconOnly {...iconOnly}></Button>
)}
</div>
<div
style={{
Expand Down

0 comments on commit c0ea410

Please sign in to comment.