Fix incorrect colors

This commit is contained in:
Brandon Millman 2018-06-12 14:23:47 -07:00
parent d206d0a3ae
commit 982391cd7c

View File

@ -11,8 +11,8 @@ const appColors = {
wrapEtherConfirmationButton: sharedColors.mediumBlue, wrapEtherConfirmationButton: sharedColors.mediumBlue,
drawerMenuBackground: '#4a4a4a', drawerMenuBackground: '#4a4a4a',
menuItemDefaultSelectedBackground: '#424242', menuItemDefaultSelectedBackground: '#424242',
jobsPageBackground: sharedColors.green50, jobsPageBackground: sharedColors.grey50,
jobsPageOpenPositionRow: sharedColors.green100, jobsPageOpenPositionRow: sharedColors.grey100,
}; };
export const colors = { export const colors = {