Skip to content

Commit

Permalink
fix(dataviz): gauge track uses a wrong color
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and Juveniel committed May 10, 2024
1 parent 0ae3419 commit ef6dfef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/default/scss/dataviz/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
series-30: $kendo-series-30,

gauge-pointer: $kendo-color-primary,
gauge-track: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-chart-bg ))
gauge-track: if($kendo-enable-color-system, k-color( base-emphasis ), k-try-shade( $kendo-chart-bg ))
);

@each $name, $value in $exported {
Expand Down
2 changes: 1 addition & 1 deletion packages/fluent/scss/dataviz/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
series-30: $kendo-series-30,

gauge-pointer: $kendo-series-f,
gauge-track: if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 ))
gauge-track: if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-30 ))
);

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

0 comments on commit ef6dfef

Please sign in to comment.