Fixed
Status Update
Comments
lp...@google.com <lp...@google.com>
pe...@gmail.com <pe...@gmail.com> #4
The release notes documentation has been edited to clarify this change in behavior for line height.
To support non-standard text sizes, we encourage users to follow the Material design system and use a different style = LocalTextStyle.current.copy(lineHeight = TextUnit.Unspecified)
, or create a custom Typography
entirely.
Description
It would make a lot of sense to allow developers to make modifications to this and not have to write custom TextField implementations to make such a small change.