From 8a4e5dfb68852f11275eea7dd24cc442740a2332 Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Tue, 27 Nov 2018 00:22:53 -0800 Subject: feat(website): implement introducing 0x instant header --- packages/website/ts/style/colors.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/website/ts/style/colors.ts') diff --git a/packages/website/ts/style/colors.ts b/packages/website/ts/style/colors.ts index 0620bae0f..119d22df7 100644 --- a/packages/website/ts/style/colors.ts +++ b/packages/website/ts/style/colors.ts @@ -13,6 +13,7 @@ const appColors = { jobsPageOpenPositionRow: sharedColors.grey100, metaMaskOrange: '#f68c24', metaMaskTransparentOrange: 'rgba(255, 248, 242, 0.8)', + instantBackground: '#222222', }; export const colors = { -- cgit v1.2.3