Fixed
Status Update
Comments
co...@google.com <co...@google.com> #2
ap...@google.com <ap...@google.com> #3
Thanks for the report!
le...@google.com <le...@google.com>
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.
Description
I want to hide NavigationSuite on screens where NavigationBar and NavigationRail are not needed. So I would like to be able to customize NavigationSuite to hide it.