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/taggs/Tagg.tsx | 16 ++++++++++------ src/components/taggs/TaggsBar.tsx | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'src/components/taggs') diff --git a/src/components/taggs/Tagg.tsx b/src/components/taggs/Tagg.tsx index a9bc05a9..9418405d 100644 --- a/src/components/taggs/Tagg.tsx +++ b/src/components/taggs/Tagg.tsx @@ -5,7 +5,11 @@ import PurpleRingPlus from '../../assets/icons/purple_ring+.svg'; import PurpleRing from '../../assets/icons/purple_ring.svg'; import RingPlus from '../../assets/icons/ring+.svg'; import Ring from '../../assets/icons/ring.svg'; -import {INTEGRATED_SOCIAL_LIST, TAGG_ICON_DIM} from '../../constants'; +import { + INTEGRATED_SOCIAL_LIST, + TAGG_ICON_DIM, + TAGG_RING_DIM, +} from '../../constants'; import { getNonIntegratedURL, handlePressForAuthBrowser, @@ -85,15 +89,15 @@ const Tagg: React.FC = ({ const pickTheRightRingHere = () => { if (youMayPass) { if (social === 'Tagg') { - return ; + return ; } else { - return ; + return ; } } else { if (social === 'Tagg') { - return ; + return ; } else { - return ; + return ; } } }; @@ -135,7 +139,7 @@ const styles = StyleSheet.create({ container: { justifyContent: 'center', alignItems: 'center', - marginHorizontal: 5, + marginHorizontal: 15, }, image: { width: TAGG_ICON_DIM, diff --git a/src/components/taggs/TaggsBar.tsx b/src/components/taggs/TaggsBar.tsx index 62f5f90e..61bcd90a 100644 --- a/src/components/taggs/TaggsBar.tsx +++ b/src/components/taggs/TaggsBar.tsx @@ -127,7 +127,7 @@ const styles = StyleSheet.create({ }, contentContainer: { alignItems: 'center', - paddingHorizontal: 15, + paddingHorizontal: 10, }, }); -- cgit v1.2.3-70-g09d2