From 35ab62af9281d65ed5307a60614d1ff04f1762b3 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Mon, 16 Jul 2018 18:03:35 -0300 Subject: [PATCH] Correct colors --- src/core/client/ui/theme/variables.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/client/ui/theme/variables.ts b/src/core/client/ui/theme/variables.ts index d68b88a41..50404b427 100644 --- a/src/core/client/ui/theme/variables.ts +++ b/src/core/client/ui/theme/variables.ts @@ -19,7 +19,7 @@ const variables = { dark: "#65696B", main: "#787D80", light: "#9A9DA0", - lighter: "#636E72", + lighter: "#BBBEBF", }, /* Success colors */ success: {