We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb00a2e commit 358dc19Copy full SHA for 358dc19
components/mdc/Progress/_index.scss
@@ -4,5 +4,5 @@
4
@include linear-progress.core-styles;
5
6
.bar-color {
7
- @include linear-progress.bar-color(var(--sil-primary-blue));
+ @include linear-progress.bar-color(var(--sil-primary-blue)); //TODO change variable name to something more generic, fallback to primary theme color?
8
}
0 commit comments