From 40262b606ded45785c8df68ea7cdc515058b5cfe Mon Sep 17 00:00:00 2001 From: Inaya Yusuf Date: Sat, 2 Dec 2023 15:09:38 -0800 Subject: [PATCH] added old colors --- src/styles/colors.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styles/colors.ts b/src/styles/colors.ts index f8afe039..35d823a9 100644 --- a/src/styles/colors.ts +++ b/src/styles/colors.ts @@ -14,6 +14,13 @@ const colors = { white: '#FBFBFB', grey: '#A7A5A5', darkGrey: '#797979', + + textPrimary: '#000000', // black + textSecondary: '#797979', // gray for subtitles + textWhite: '#FFFFFF', // white + textGreen: '#5A7906', //for sign in + textGrey: '#797979', // for sign in + lightGrey: '#F9F9F9', }; export default colors;