We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EmailField is showing text at 16px when all other fields are 14px. Was this intentional?
It seems like the field is missing MuiTypography-root MuiTypography-body2 on the span tag and the other have this.
MuiTypography-root MuiTypography-body2
span
The text was updated successfully, but these errors were encountered:
You're right, I managed to reproduce the problem. Marking this as a bug.
Sorry, something went wrong.
Fix EmailField font size differs from other fields
f7bdbe7
Closes #6566
6a2580a
Closes marmelab#6566
fzaninotto
Successfully merging a pull request may close this issue.
EmailField is showing text at 16px when all other fields are 14px. Was this intentional?
It seems like the field is missing
MuiTypography-root MuiTypography-body2
on thespan
tag and the other have this.The text was updated successfully, but these errors were encountered: