Skip to content

Commit

Permalink
feat: add new grey hash color (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-odonovan authored Nov 4, 2024
1 parent e94bc57 commit 90932d0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/theme/crTheme/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,21 @@ const colors = {
green: '#49D267',
green_dark: '#1B651D',
green_light: '#F4F2F4',
grey: '#969598',
grey_dark: '#222222',
grey_stone: '#CEDCDA',
grey_extra_light: '#f0f0f0',
grey_for_forms: '#666',
grey_label: '#5C5C5E',
// this is the Curtis approved list of 5 greys that will be later numbered grey_1 thru grey_5
// grey_1
grey_light: '#F4F3F5',
// grey_2
grey_medium: '#E1E2E3',
// grey_3
grey: '#969598',
// grey_4
grey_4: '#6E6E6E',
// grey_5
grey_dark: '#222222',
magenta: '#FC59CE',
magenta_dark: '#821C5D',
magenta_light: '#FEB4DC',
Expand Down

0 comments on commit 90932d0

Please sign in to comment.