You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
The google spec for material design instructs the usage of the secondary palette colors (A100, etc.) when that swatch is being used as an accent color. Angular material is using the value "400" of a certain color when it is used as accent.
The google spec for material design instructs the usage of the secondary palette colors (A100, etc.) when that swatch is being used as an accent color. Angular material is using the value "400" of a certain color when it is used as accent.
See the spec: http://www.google.com/design/spec/style/color.html#color-ui-color-application
And the incongruent material file (might not be the only one): https://github.com/angular/material/blob/master/src/core/services/theming/theming.js
The text was updated successfully, but these errors were encountered: