Answers for "angular progress bar dynamic color"

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 "angular progress bar dynamic color"

Browse Popular Code Answers by Language