Skip to content

Commit

Permalink
feat: add new rnd24 colours (#616)
Browse files Browse the repository at this point in the history
* add new colours

* Empty commit to trigger build

---------

Co-authored-by: Andy E Phipps <[email protected]>
  • Loading branch information
michael-odonovan and AndyEPhipps authored Jan 17, 2024
1 parent e5269d1 commit 11e28ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/theme/crTheme/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const colors = {
green_light: '#F4F2F4',
grey: '#969598',
grey_dark: '#222222',
grey_stone: '#CEDCDA',
grey_extra_light: '#f0f0f0',
grey_for_forms: '#666',
grey_label: '#5C5C5E',
Expand All @@ -37,6 +38,7 @@ const colors = {
purple_dark: '#48276E',
purple_light: '#DFC6F6',
red: '#E52630',
red_secondary: '#F9723A',
red_dark: '#890B11',
rnd_23_teal: '#3EB1AA',
rnd_23_yellow: '#FFE300',
Expand Down

0 comments on commit 11e28ee

Please sign in to comment.