Add brand colors
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user