Answers for "mat-progress-bar change color css"

CSS
1

mat-progress-bar style without app-theme

// Move custom styles to styles.css

.mat-progress-bar .mat-progress-bar-buffer {
	background-color: #e6f3ff;
}
Posted by: Guest on November-27-2020

Code answers related to "mat-progress-bar change color css"

Browse Popular Code Answers by Language