diff --git a/src/lib/progress-bar/progress-bar.html b/src/lib/progress-bar/progress-bar.html index 76b0f9575bdf..bf2bf2ad9bbe 100644 --- a/src/lib/progress-bar/progress-bar.html +++ b/src/lib/progress-bar/progress-bar.html @@ -2,10 +2,10 @@ The background div is named as such because it appears below the other divs and is not sized based on values. --> - + - - + + diff --git a/src/lib/progress-bar/progress-bar.scss b/src/lib/progress-bar/progress-bar.scss index 29362645d0d5..618417446601 100644 --- a/src/lib/progress-bar/progress-bar.scss +++ b/src/lib/progress-bar/progress-bar.scss @@ -3,7 +3,7 @@ @import '../core/style/noop-animation'; @import '../../cdk/a11y/a11y'; -$mat-progress-bar-height: 5px !default; +$mat-progress-bar-height: 4px !default; $mat-progress-bar-full-animation-duration: 2000ms !default; $mat-progress-bar-piece-animation-duration: 250ms !default;