diff options
Diffstat (limited to 'packages/website/ts/style')
-rw-r--r-- | packages/website/ts/style/colors.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/website/ts/style/colors.ts b/packages/website/ts/style/colors.ts index 119d22df7..522132f03 100644 --- a/packages/website/ts/style/colors.ts +++ b/packages/website/ts/style/colors.ts @@ -13,7 +13,8 @@ const appColors = { jobsPageOpenPositionRow: sharedColors.grey100, metaMaskOrange: '#f68c24', metaMaskTransparentOrange: 'rgba(255, 248, 242, 0.8)', - instantBackground: '#222222', + instantPrimaryBackground: '#222222', + instantSecondaryBackground: '#333333', }; export const colors = { |