Move colors to colors.ts file
This commit is contained in:
@@ -9,7 +9,8 @@ const baseColors = {
|
||||
grey300: '#E0E0E0',
|
||||
beigeWhite: '#E4E4E4',
|
||||
lightBgGrey: '#EDEDED',
|
||||
grey350: '#cacaca',
|
||||
grey325: '#dfdfdf',
|
||||
grey350: '#CACACA',
|
||||
grey400: '#BDBDBD',
|
||||
lightGrey: '#BBBBBB',
|
||||
grey500: '#9E9E9E',
|
||||
@@ -24,6 +25,7 @@ const baseColors = {
|
||||
heroGrey: '#404040',
|
||||
projectsGrey: '#343333',
|
||||
darkestGrey: '#272727',
|
||||
lightestBlue: '#E7F1FD',
|
||||
lightBlue: '#60A4F4',
|
||||
lightBlueA700: '#0091EA',
|
||||
lightLinkBlue: '#3289F1',
|
||||
|
Reference in New Issue
Block a user