Fixed
Status Update
Comments
nj...@google.com <nj...@google.com> #3
Thanks for the report!
no...@google.com <no...@google.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
As part of API council feedback, we intend to standardize on
Unspecified
naming convention for constants of data/inline classes. We should rename Color.Unset to Color.Unspecified to match this pattern.