According to the M3 specs enabled elevated card container color should be md.sys.color.surface-container-low. Currently, however, the card component seems to use md.sys.color.surface.
From material/core/tokens/m3/definitions/_md-comp-elevated-card.scss
A user filed this as an issue for Angular/Components a while back, but was told this is the appropriate place to file it. I don't think they ever did that, though, so I am filing it here. Please let me know if you need any more information or if there is somewhere else I should be filing this.
Bug report
According to the M3 specs enabled elevated card container color should be
md.sys.color.surface-container-low
. Currently, however, the card component seems to usemd.sys.color.surface
.From material/core/tokens/m3/definitions/_md-comp-elevated-card.scss
Steps to reproduce
Not needed
Actual behavior
There is no contrast between an elevated card and the app background color.
Expected behavior
There should be contrast, according to the specs.
Screenshots
Expected:
Actual:
Your Environment:
Additional context
A user filed this as an issue for Angular/Components a while back, but was told this is the appropriate place to file it. I don't think they ever did that, though, so I am filing it here. Please let me know if you need any more information or if there is somewhere else I should be filing this.