SUSE/stratos

View on GitHub
src/frontend/packages/core/sass/components/ngx-charts-gauge.theme.scss

Summary

Maintainability
Test Coverage
@mixin ngx-charts-gauge($theme, $app-theme) {
  $foreground-colors: map-get($theme, foreground);
  ngx-charts-chart text:not(.no-style) {
    fill: mat-color($foreground-colors, text);
  }
}