aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/style/colors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/style/colors.ts')
-rw-r--r--packages/website/ts/style/colors.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/website/ts/style/colors.ts b/packages/website/ts/style/colors.ts
index 002318e14..539f3e125 100644
--- a/packages/website/ts/style/colors.ts
+++ b/packages/website/ts/style/colors.ts
@@ -11,7 +11,8 @@ const appColors = {
wrapEtherConfirmationButton: sharedColors.mediumBlue,
drawerMenuBackground: '#4a4a4a',
menuItemDefaultSelectedBackground: '#424242',
- jobsPageGrey: '#fafafa',
+ jobsPageBackground: '#fafafa',
+ jobsPageOpenPositionRow: '#f5f5f5',
};
export const colors = {