Skip to content

Commit

Permalink
fix(overview): update icon color on chart toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and Kinplemelon committed Jul 4, 2024
1 parent a44d359 commit 07f13bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Dashboard/components/PolylineChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const drawChart = () => {
title: '',
emphasis: {
iconStyle: {
borderColor: '#00b173',
borderColor: '#5e4eff',
},
},
},
Expand All @@ -209,7 +209,7 @@ const drawChart = () => {
title: '',
emphasis: {
iconStyle: {
borderColor: '#00b173',
borderColor: '#5e4eff',
},
},
},
Expand Down

0 comments on commit 07f13bd

Please sign in to comment.