Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
ju...@google.com <ju...@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
Jetpack Compose component used: androidx.compose.material3:material3:1.1.0-alpha01
Android Studio Build: Dolphin
Kotlin version:
The source code documentation for the material3 component NavigationBarItem() says that if not enabled "it will appear visually disabled". However, the code selects the icon and label colour using the "selected" parameter not the "enabled" parameter.