Skip to content

Commit

Permalink
refactor(colors): update colors according to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
g-stamatis committed Mar 22, 2023
1 parent 5815668 commit f256205
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ export const colors = [
'#007B6C',
'#005248',
'#007B6C',
'#00A390',
'#00CCB4',
'#00F5D8',
'#85FFF1',
'#289588',
'#50B0A4',
'#78CAC0',
'#A0E5DC',
'#C8FFF8',
// Secondary & shades
'#004B7F',
Expand All @@ -308,13 +308,13 @@ export const colors = [
'#3D5265',
'#4C677F',
'#6989A5',
'#8EA6C2',
'#87A7C3',
'#ACCAE5',
'#DAE8F4',
// Black & White shades
'#000000',
'#323232',
'#67696b',
'#747678',
'#BCBEC0',
'#E6E7E8',
'#F9F9F9',
Expand Down

0 comments on commit f256205

Please sign in to comment.