Mat-Progress-Bar Style Without App-Theme

mat-progress-bar style without app-theme
// Move custom styles to styles.css

.mat-progress-bar .mat-progress-bar-buffer {
background-color: #e6f3ff;
}

 

Leave a Comment