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.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/website/ts/style/colors.ts b/packages/website/ts/style/colors.ts
index 5ffdd6ba7..b15000d7a 100644
--- a/packages/website/ts/style/colors.ts
+++ b/packages/website/ts/style/colors.ts
@@ -11,6 +11,8 @@ const appColors = {
wrapEtherConfirmationButton: sharedColors.mediumBlue,
drawerMenuBackground: '#4a4a4a',
menuItemDefaultSelectedBackground: '#424242',
+ jobsPageBackground: sharedColors.grey50,
+ jobsPageOpenPositionRow: sharedColors.grey100,
};
export const colors = {