Add brand colors

This commit is contained in:
Fred Carlsen
2018-11-28 13:13:27 +01:00
parent 9b0020a884
commit bbb3e5afcc

View File

@@ -13,6 +13,14 @@ const appColors = {
jobsPageOpenPositionRow: sharedColors.grey100,
metaMaskOrange: '#f68c24',
metaMaskTransparentOrange: 'rgba(255, 248, 242, 0.8)',
brandLight: '#00AE99',
brandDark: '#003831',
backgroundDark: '#111A19',
backgroundBlack: '#000000',
backgroundLight: '#F3F6F4',
textDarkPrimary: '#000000',
textDarkSecondary: '#5C5C5C',
white: '#fff',
};
export const colors = {