Fixed
Status Update
Comments
ni...@google.com <ni...@google.com>
lp...@google.com <lp...@google.com>
lp...@google.com <lp...@google.com>
ap...@google.com <ap...@google.com> #3
Thanks for the report!
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.
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #5
deleted
Description
Jetpack Compose release version: 1.0.3
Kotlin version: 1.5.30
Steps to Reproduce:
CheckBox(checked = true, onCheckedChange = null)
EXP: the checkbox is filled with the color
ACT: There are tiny pixels at the corners of the checkbox which are not filled with the color
I am able to reproduce this issue on Google Pixel 4 XL (which is 1440x3040 pixels and 537 ppi)
Zoomed screenshot is attached