From 79157c318f5456fbbc3b4d7f4ad3f08c4c69d94f Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Sun, 28 Jun 2020 20:34:48 +0530 Subject: [PATCH] feat: update colors --- src/js/utils/colors.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/utils/colors.js b/src/js/utils/colors.js index 23b5f06..3496c56 100644 --- a/src/js/utils/colors.js +++ b/src/js/utils/colors.js @@ -1,6 +1,6 @@ const PRESET_COLOR_MAP = { 'pink': '#F683AE', - 'blue': '#2D95F0', + 'blue': '#318AD8', 'green': '#48BB74', 'grey': '#A6B1B9', 'red': '#F56B6B', @@ -10,7 +10,7 @@ const PRESET_COLOR_MAP = { 'cyan': '#15CCEF', 'orange': '#F8814F', 'light-pink': '#FED7E5', - 'light-blue': '#EBF5FF', + 'light-blue': '#BFDDF7', 'light-green': '#48BB74', 'light-grey': '#F4F5F6', 'light-red': '#F6DFDF',