Consolidate jobs page grey colors with shared colors

This commit is contained in:
Brandon Millman
2018-06-12 13:45:56 -07:00
parent f149665660
commit eba8b4bf00

View File

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