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
Theming
The color of a progress-spinner can be changed by using the color property. By default, progress-spinners use the theme's primary color. This can be changed to 'accent' or 'warn'.