-
Notifications
You must be signed in to change notification settings - Fork 11
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
Checkbox Label font-size And switch component #17
Comments
Hi, I'll investigate this |
Any news about the validation color issues for the switch component and disabled color also ? |
Hi, |
Any news about the switch validation color fix and also disabled switch.. |
Hi, |
As I said before the information about the switch on or off is by its color so even when validating we must not put it all to green, we must keep the information (switch on / off) |
Thanks for feedback. |
Hello,
I think there is some amelioration that we can do to the checkbox :
1 rem font-size for the label give this :
Another thing that can be ameliorated is the color of the switch when validating the form. I think turn it all to green, which make us loose the visual info if the switch is on or off. Same thing if switch is disabled the visual color info is not shown. Do you have any idea what can we do ?
FYI : In the https://material.io/components/selection-controls if we put the switch to disable it conserves it's color. Because the information of activation is visible only by color..
https://material-components.github.io/material-components-web-components/demos/switch/
The text was updated successfully, but these errors were encountered: