Skip to content

Commit

Permalink
Change vue and default theme stroke color (vn7n24fzkq#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
vn7n24fzkq authored Oct 18, 2020
1 parent c485d27 commit 3f4ee73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/const/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand All @@ -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",
},
Expand Down

0 comments on commit 3f4ee73

Please sign in to comment.