Skip to content

Commit

Permalink
fixing the socialIconSize (#3168)
Browse files Browse the repository at this point in the history
  • Loading branch information
souviknsl07 committed Aug 9, 2021
1 parent 71bb8a2 commit d9bd689
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/SocialIcon/SocialIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ export const SocialIcon: RneFunctionComponent<SocialIconProps> = ({
borderRadius: iconSize * 2,
},
{ backgroundColor: type && colors[type] },
{
width: iconSize * 2 + 4,
height: iconSize * 2 + 4,
borderRadius: iconSize * 2,
},
light && { backgroundColor: 'white' },
style && style,
])}
Expand Down

0 comments on commit d9bd689

Please sign in to comment.