From 3f4ee73de714bc30e8e61f67bfd2eb51d92fab37 Mon Sep 17 00:00:00 2001 From: vn7 Date: Mon, 19 Oct 2020 00:11:40 +0800 Subject: [PATCH] Change vue and default theme stroke color (#19) --- src/const/theme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/const/theme.js b/src/const/theme.js index 7526b3044..283b82553 100644 --- a/src/const/theme.js +++ b/src/const/theme.js @@ -3,7 +3,7 @@ const Themes = { title_color:"#586e75", text_color:"#586e75", bg_color:"#ffffff", - stroke_color:"#586e75", + stroke_color:"#e4e2e2", icon_color:"#586e75", line_chart_color:"#586e75", }, @@ -27,7 +27,7 @@ const Themes = { title_color:"#41b883", text_color:"#000000", bg_color:"#ffffff", - stroke_color:"#000000", + stroke_color:"#e4e2e2", icon_color:"#41b883", line_chart_color:"#41b883", },