From 6aebe239a8b1d11364d43392aa2cf7fa88cf3f07 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Mon, 16 Oct 2017 12:23:52 -0400 Subject: [PATCH] Tweak teal-lightest color --- src/defaultConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/defaultConfig.js b/src/defaultConfig.js index abad7fc5b..020849b5d 100644 --- a/src/defaultConfig.js +++ b/src/defaultConfig.js @@ -28,7 +28,7 @@ var colors = { 'teal-dark': '#249e9a', 'teal': '#4dc0b5', 'teal-light': '#9eebe4', - 'teal-lightest': '#eefffd', + 'teal-lightest': '#e8fdfa', 'blue-dark': '#3687c8', 'blue': '#4aa2ea', 'blue-light': '#acdaff',