Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 7fea178

Browse files
fix: updating brand colors to latest updates
1 parent 86cde74 commit 7fea178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/brandColor/brandColor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const brandColor: BrandColor = {
3737
orange300: '#faa66c',
3838
orange400: '#f8883b',
3939
orange500: '#f66a0a',
40-
orange600: '#c65507',
40+
orange600: '#bf5208',
4141
orange700: '#954005',
4242
orange800: '#632b04',
4343
orange900: '#321602',
@@ -48,7 +48,7 @@ export const brandColor: BrandColor = {
4848
green300: '#86e29b',
4949
green400: '#5dd879',
5050
green500: '#28a745',
51-
green600: '#1e7e34',
51+
green600: '#1c8234',
5252
green700: '#145523',
5353
green800: '#0a2c12',
5454
green900: '#041007',

0 commit comments

Comments
 (0)