-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input label, hint and placeholder colors don't follow material design spec #5114
Labels
help wanted
The team would appreciate a PR from the community to address this issue
P4
A relatively minor issue that is not relevant to core functions
Comments
jelbourn
added
help wanted
The team would appreciate a PR from the community to address this issue
P4
A relatively minor issue that is not relevant to core functions
labels
Jun 14, 2017
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jun 15, 2017
* Aligns the colors in the select and input [themes based on the spec](https://material.io/guidelines/components/text-fields.html#text-fields-states). * Includes the changes from angular#4883 since the two PRs are closely connected. Fixes angular#5114.
mmalerba
pushed a commit
that referenced
this issue
Jul 6, 2017
* Aligns the colors in the select and input [themes based on the spec](https://material.io/guidelines/components/text-fields.html#text-fields-states). * Includes the changes from #4883 since the two PRs are closely connected. Fixes #5114.
jelbourn
pushed a commit
that referenced
this issue
Jul 14, 2017
* Aligns the colors in the select and input [themes based on the spec](https://material.io/guidelines/components/text-fields.html#text-fields-states). * Includes the changes from #4883 since the two PRs are closely connected. Fixes #5114.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jul 15, 2017
* Aligns the colors in the select and input [themes based on the spec](https://material.io/guidelines/components/text-fields.html#text-fields-states). * Includes the changes from angular#4883 since the two PRs are closely connected. Fixes angular#5114.
kara
pushed a commit
that referenced
this issue
Jul 21, 2017
* Aligns the colors in the select and input [themes based on the spec](https://material.io/guidelines/components/text-fields.html#text-fields-states). * Includes the changes from #4883 since the two PRs are closely connected. Fixes #5114.
kara
pushed a commit
that referenced
this issue
Jul 21, 2017
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
help wanted
The team would appreciate a PR from the community to address this issue
P4
A relatively minor issue that is not relevant to core functions
Bug, feature request, or proposal:
Bug
What is the expected behavior?
The label, placeholder, and hint text should be 54% black according to https://material.io/guidelines/components/text-fields.html#text-fields-states.
What is the current behavior?
They are currently 38% black from the 'hint-text' value of the light theme foreground palette.
What are the steps to reproduce?
https://material.angular.io/components/component/input
What is the use-case or motivation for changing an existing behavior?
Follow the guidelines properly. They look too faint.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
2.0.0-beta.6
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: