Fixed
Status Update
Comments
co...@google.com <co...@google.com>
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #3
Thanks for the report!
sg...@google.com <sg...@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
Unable to change the color of divider and year picker menu button along with its border. Which is by default MaterialTheme.colorScheme.onSurfaceVariant.
Expected:
Property for divider and year picker menu button should be exposed or divider can be tied down to title color property and year picker menu button might be tied down to currentYearContentColor.
I have attached the image of date picker.
Also I have attached the screenshot of code where the problem seems to be there.