From bd4880e1754f8321402283ee77dde29d48e7f7a5 Mon Sep 17 00:00:00 2001 From: Ankush Dutt Date: Mon, 5 Apr 2021 17:11:54 +0530 Subject: [PATCH] fix [SocialIcon]: nothing happens on toggling raised prop --- src/content/SocialIcon/socialicon.playground.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,