From f620102190629e0b6f180d3ce056d850b1db5aaa Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Sat, 21 Nov 2020 19:20:11 -0500 Subject: [TMA-356] Updated icons (#118) * updated icons * added small icons * fixed a bug * now using the correct assets, fixed a bug --- src/constants/constants.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/constants') diff --git a/src/constants/constants.ts b/src/constants/constants.ts index c2003fb4..4b76a1e0 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -37,6 +37,14 @@ export const SOCIAL_LIST: string[] = [ // 'Youtube', ]; +export const SOCIAL_ICON_SIZE_ADJUSTMENT: {[social: string]: number} = { + Instagram: 25, + Facebook: 20, + Twitter: 23, + Snapchat: 25, + TikTok: 20, +}; + export const INSTAGRAM_FONT_COLOR: string = '#FF97DE'; export const FACEBOOK_FONT_COLOR: string = '#6697FD'; export const TWITTER_FONT_COLOR: string = '#74C9FD'; -- cgit v1.2.3-70-g09d2