Fixed
Status Update
Comments
cl...@google.com <cl...@google.com>
ap...@google.com <ap...@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
Android Studio Build: 4.1 Canary 8
Version of Gradle Plugin: 4.1.0-alpha08
Version of Gradle: 6.3
Version of Java: 1.8
Compose Version: 0.1.0-dev10
When checked,
Switch
thumbs show the color palette secondary color, as expected. However, when unchecked, the thumbs completely blend into the surface they are on top of. This occurs on both light and dark theme palettes (screenshots attached).