From 97a2d354a1cd1d3d50e456d95487614d172417f2 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Mon, 2 Nov 2020 13:21:17 -0500 Subject: Hotfix new icons (#86) * changed to use new social icons * changed padding * more dimension change * removing them then will re-add them to let git update them * icon sizes are correct now * fixed icon size on onboarding --- src/components/onboarding/LinkSocialMedia.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/components/onboarding') diff --git a/src/components/onboarding/LinkSocialMedia.tsx b/src/components/onboarding/LinkSocialMedia.tsx index 5f95fac8..03ca3a29 100644 --- a/src/components/onboarding/LinkSocialMedia.tsx +++ b/src/components/onboarding/LinkSocialMedia.tsx @@ -22,7 +22,7 @@ import { LINK_TWITTER_ENDPOINT, LINK_TWITTER_OAUTH, } from '../../constants'; -import {SOCIAL_FONT_COLORS} from '../../constants/constants'; +import {SOCIAL_FONT_COLORS, TAGG_ICON_DIM} from '../../constants/constants'; import SocialIcon from '../common/SocialIcon'; interface SocialMediaLinkerProps extends TouchableOpacityProps { @@ -192,6 +192,8 @@ const styles = StyleSheet.create({ }, icon: { top: '15%', + width: TAGG_ICON_DIM, + height: TAGG_ICON_DIM, }, label: { fontWeight: '500', -- cgit v1.2.3-70-g09d2