Skip to content

Commit

Permalink
added old colors
Browse files Browse the repository at this point in the history
  • Loading branch information
InayaY3 committed Dec 2, 2023
1 parent ca04179 commit 40262b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/styles/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 40262b6

Please sign in to comment.