Fixed
Status Update
Comments
sg...@google.com <sg...@google.com>
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #3
Thanks for the report!
na...@google.com <na...@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.
na...@google.com <na...@google.com> #5
deleted
Description
Using material3-1.0.0-alpha08
When trying to migrate my sample app from m2 to m3, I found that there is no "TopAppBar" equivalent in m3. SmallTopAppBar seems to be the equivalent but finding this required me looking into the spec docs. Could we rename SmallTopAppBar to TopAppBar and make it the default choice?