Fixed
Status Update
Comments
jo...@kalderstam.se <jo...@kalderstam.se> #3
Thanks for the report!
ki...@gmail.com <ki...@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
Jetpack Compose version: 1.3.0 Jetpack Compose component used: material3 version 1.0.0-beta01 Android Studio Build: Irrelevant Kotlin version: 1.7.10
Steps to Reproduce or Code Sample to Reproduce:
Pre-requisite: Have an app using a
DismissibleNavigationDrawer
Larger
or bigger size (as per screenshot 1)I have verified that the navigation drawer is to blame. When not using the navdrawer, then the error is not present.