Skip to content

Commit

Permalink
fix(Button): removed default props colors: primary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Janet committed Apr 9, 2019
1 parent 6131ed8 commit a6526e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/button/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ Button.propTypes = {
};

Button.defaultProps = {
color: 'primary',
size: 'sm',
};

Expand Down

0 comments on commit a6526e0

Please sign in to comment.