diff --git a/src/content/SocialIcon/socialicon.playground.jsx b/src/content/SocialIcon/socialicon.playground.jsx index faf0f49..5a7c3c2 100644 --- a/src/content/SocialIcon/socialicon.playground.jsx +++ b/src/content/SocialIcon/socialicon.playground.jsx @@ -63,8 +63,9 @@ const SocialIconlayground = () => { value: `() => console.log("onPress()")`, }, raised: { + defaultValue: true, type: PropTypes.Boolean, - value: false, + value: true, }, style: { type: PropTypes.Object,