From 045336042f27314b9aec866a8c39fbb413ce373f Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Wed, 28 Nov 2018 12:57:07 -0800 Subject: fix(website): instant marketing page need more background color --- 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 522132f03..f89dfc86e 100644 --- a/packages/website/ts/style/colors.ts +++ b/packages/website/ts/style/colors.ts @@ -15,6 +15,7 @@ const appColors = { metaMaskTransparentOrange: 'rgba(255, 248, 242, 0.8)', instantPrimaryBackground: '#222222', instantSecondaryBackground: '#333333', + instantTertiaryBackground: '#444444', }; export const colors = { -- cgit v1.2.3