Skip to content

Commit

Permalink
fix: updating brand colors to latest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Jan 24, 2024
1 parent 86cde74 commit 7fea178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/brandColor/brandColor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const brandColor: BrandColor = {
orange300: '#faa66c',
orange400: '#f8883b',
orange500: '#f66a0a',
orange600: '#c65507',
orange600: '#bf5208',
orange700: '#954005',
orange800: '#632b04',
orange900: '#321602',
Expand All @@ -48,7 +48,7 @@ export const brandColor: BrandColor = {
green300: '#86e29b',
green400: '#5dd879',
green500: '#28a745',
green600: '#1e7e34',
green600: '#1c8234',
green700: '#145523',
green800: '#0a2c12',
green900: '#041007',
Expand Down

0 comments on commit 7fea178

Please sign in to comment.