From 553f904567b339b921d472c78cfebcc9fd11ddb3 Mon Sep 17 00:00:00 2001 From: Lotte Hofstede Date: Tue, 22 Aug 2017 11:14:43 +0200 Subject: [PATCH] 44112: secondary color change --- src/styles/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 1731fad59f..f2e7012588 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -18,7 +18,7 @@ $red: #CF4444 !default; $theme-colors: ( primary: $blue, - secondary: $gray-600, + secondary: $gray-700, success: $green, info: $cyan, warning: $yellow,