From 7fea178cf2d50aa29f5be78b8dfdd3585e05267e Mon Sep 17 00:00:00 2001 From: georgewrmarshall Date: Wed, 24 Jan 2024 11:37:08 -0800 Subject: [PATCH] fix: updating brand colors to latest updates --- src/js/brandColor/brandColor.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/brandColor/brandColor.ts b/src/js/brandColor/brandColor.ts index 1608011c..a50f3ef0 100644 --- a/src/js/brandColor/brandColor.ts +++ b/src/js/brandColor/brandColor.ts @@ -37,7 +37,7 @@ export const brandColor: BrandColor = { orange300: '#faa66c', orange400: '#f8883b', orange500: '#f66a0a', - orange600: '#c65507', + orange600: '#bf5208', orange700: '#954005', orange800: '#632b04', orange900: '#321602', @@ -48,7 +48,7 @@ export const brandColor: BrandColor = { green300: '#86e29b', green400: '#5dd879', green500: '#28a745', - green600: '#1e7e34', + green600: '#1c8234', green700: '#145523', green800: '#0a2c12', green900: '#041007',