diff --git a/packages/base/src/SocialIcon/SocialIcon.tsx b/packages/base/src/SocialIcon/SocialIcon.tsx index d852951332..7c0831e073 100644 --- a/packages/base/src/SocialIcon/SocialIcon.tsx +++ b/packages/base/src/SocialIcon/SocialIcon.tsx @@ -212,9 +212,9 @@ export const SocialIcon: RneFunctionComponent = ({ borderRadius: iconSize * 2, }, { backgroundColor: type && colors[type] }, - { + { height: iconSize * 2 + 4 }, + !button && { width: iconSize * 2 + 4, - height: iconSize * 2 + 4, borderRadius: iconSize * 2, }, light && { backgroundColor: 'white' }, @@ -274,8 +274,8 @@ const styles = StyleSheet.create({ alignItems: 'center', }, button: { - paddingTop: 14, - paddingBottom: 14, + paddingVertical: 14, + paddingHorizontal: 21, }, raised: { ...Platform.select({