diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/website/ts/style/colors.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/website/ts/style/colors.ts b/packages/website/ts/style/colors.ts index bfec3ea41..b15000d7a 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: sharedColors.green50, - jobsPageOpenPositionRow: sharedColors.green100, + jobsPageBackground: sharedColors.grey50, + jobsPageOpenPositionRow: sharedColors.grey100, }; export const colors = { |