From eba8b4bf00f6e1794a8642a8972585f062c58d3b Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Tue, 12 Jun 2018 13:45:56 -0700 Subject: Consolidate jobs page grey colors with shared colors --- packages/website/ts/style/colors.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/website/ts/style/colors.ts b/packages/website/ts/style/colors.ts index 539f3e125..bfec3ea41 100644 --- a/packages/website/ts/style/colors.ts +++ b/packages/website/ts/style/colors.ts @@ -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 = { -- cgit v1.2.3