Skip to content

Commit

Permalink
fix(chart): simplify chart variables
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Feb 16, 2021
1 parent 3c4d0e4 commit 10847f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/scss/dataviz/_layout.scss
Expand Up @@ -469,7 +469,7 @@
series-30: $series-30,

gauge-pointer: $primary,
gauge-track: darken($chart-bg, 10%)
gauge-track: try-shade( $chart-bg )
);

@each $name, $value in $exported {
Expand Down

0 comments on commit 10847f2

Please sign in to comment.