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.ts1
1 files changed, 1 insertions, 0 deletions
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 = {