Skip to content

Commit

Permalink
fix [SocialIcon]: nothing happens on toggling raised prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushdutt committed Apr 5, 2021
1 parent 18945f7 commit bd4880e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/SocialIcon/socialicon.playground.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ const SocialIconlayground = () => {
value: `() => console.log("onPress()")`,
},
raised: {
defaultValue: true,
type: PropTypes.Boolean,
value: false,
value: true,
},
style: {
type: PropTypes.Object,
Expand Down

0 comments on commit bd4880e

Please sign in to comment.