Closed
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
If my theme warn color is defined as:
$theme-warn: mat-palette($mat-amber, 800);
I would expect my use of the spinner to reflect the 800 hue of amber:
<md-spinner color="warn" mode="indeterminate"></md-spinner>
What is the current behavior?
The 600 hue is always used for MdProgressSpinner.
The 600/100 hues are always used for MdProgressBar. mat-color($primary, lighter)
should be used instead of 100.