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/constants/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/constants') diff --git a/src/constants/constants.ts b/src/constants/constants.ts index be34f7f0..123d0617 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -12,7 +12,8 @@ export const COVER_HEIGHT = SCREEN_WIDTH * (7 / 5); export const AVATAR_DIM = 44; export const AVATAR_GRADIENT_DIM = 50; -export const TAGG_ICON_DIM = 72; +export const TAGG_ICON_DIM = 58; +export const TAGG_RING_DIM = 75; export const INTEGRATED_SOCIAL_LIST: string[] = [ 'Instagram', -- cgit v1.2.3-70-g09d2