Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Jetpack Compose version:
1.4.0-beta01
Jetpack Compose component used:
Android Studio Build:
Android Studio Flamingo | 2022.2.1 Build #AI-222.4459.24.2221.9862592, built on March 31, 2023 Runtime version: 17.0.6+0-17.0.6b802.4-9586694 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 12.6.5 Kotlin version:
1.8.0
The Outlined Card Color appears not to be rendered correctly. It seems NOT to be using
opacity
for the outline. If you look at the examples in the link above, you will see that the outline color is not heavy.The image attached to this issue includes light and dark mode screenshots to illustrate the issue with the
BorderStroke
and a comparison with M3 design doc screen from the above link.It seems the component isn't applying an alpha value to the outline color for outlined cards. Specs images are not matching the component.