Angular Material mat-spinner custom color
问题 Does anyone know how can I change mat-spinner color in Angular Material? Overriding css doesn't work. I tried changing color in material files but they can only be imported, I can't change anything there. I want it to be my custom color, not color from prebiult-themes. 回答1: Use this code for ** < mat-spinner >** add this code in your .css file .mat-progress-spinner circle, .mat-spinner circle { stroke: #3fb53f; } 回答2: This answer will work for those who're looking for a flexible solution in