Answers for "angular 11 mat progress bar custom color"

2

change color of material design angular progress bar

::ng-deep .mat-progress-bar-fill::after {
    background-color: #1E457C;
}

::ng-deep .mat-progress-bar-buffer {
    background: #E4E8EB;
}

::ng-deep .mat-progress-bar {
    border-radius: 2px;
}
Posted by: Guest on February-16-2021

Code answers related to "angular 11 mat progress bar custom color"

Code answers related to "Javascript"

Browse Popular Code Answers by Language