From 6e3fe33e5e1d3818ef8bb942c1544581ab8c0688 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Thu, 8 Oct 2020 16:26:16 -0400 Subject: [TMA-229] Moments Barebones (#50) * added react native svg transformation to support svg icons * finished moments barebones view * resolved a warning from the svg file --- src/constants/constants.ts | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'src/constants') diff --git a/src/constants/constants.ts b/src/constants/constants.ts index b60b506f..76a0df03 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -35,14 +35,14 @@ export const SNAPCHAT_FONT_COLOR: string = '#FFFC00'; export const YOUTUBE_FONT_COLOR: string = '#FCA4A4'; export const TAGGS_GRADIENT = { - 'start': '#9F00FF', - 'end': '#27EAE9' -} + start: '#9F00FF', + end: '#27EAE9', +}; export const AVATAR_GRADIENT = { - 'start': '#240041', - 'end': '#215151' -} + start: '#240041', + end: '#215151', +}; export const SOCIAL_FONT_COLORS = { INSTAGRAM: INSTAGRAM_FONT_COLOR, @@ -55,3 +55,13 @@ export const SOCIAL_FONT_COLORS = { SNAPCHAT: SNAPCHAT_FONT_COLOR, YOUTUBE: YOUTUBE_FONT_COLOR, }; + +// Profile Moments +export const defaultMoments: Array = [ + 'Early Life', + 'Best Friends', + 'Dance', + 'Education', +]; + +export const MOMENTS_TITLE_COLOR: string = '#698DD3'; -- cgit v1.2.3-70-g09d2