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 Jan 13, 2025. It is now read-only.
Confirmed with design that the space between baselines should be 20px. Right now our spacing below the input text is 4px less than it should be. Bringing it up should also make it consistent with outlined text field.
Spec shows 20px from top of box to baseline of label, and then 20px from baseline of label to baseline of text:
https://material.io/design/components/text-fields.html#spec
But our component shows ~19px from top of box to baseline of label, and then 24px from baseline of label to baseline of text
(I actually think the spec might be wrong. It seems a bit tight on the spacing)
The text was updated successfully, but these errors were encountered: