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 d2ff033 commit 3ffb8aaCopy full SHA for 3ffb8aa
src/material-experimental/mdc-progress-bar/_progress-bar-theme.scss
@@ -9,7 +9,7 @@
9
// writing, their buffer color is hardcoded to #e6e6e6 which both doesn't account for theming
10
// and doesn't match the Material design spec. For now we approximate the buffer background by
11
// applying an opacity to the color of the bar.
12
- $buffer-color: rgba(mdc-theme-prop-value($color), 0.25);
+ $buffer-color: color.adjust(mdc-theme-prop-value($color), $alpha: -0.75);
13
@include mdc-linear-progress-bar-color($color, $query: mdc-helpers.$mat-theme-styles-query);
14
@include mdc-linear-progress-buffer-color($buffer-color,
15
$query: mdc-helpers.$mat-theme-styles-query);
0 commit comments