bug(card): align card appearance with m3 specs #29840
Labels
area: material/card
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Hi Angular Material Team !
Thanks for all your hard work on this project.
Today I want to pointout the Material 3 specification for cards mention 3 differents appearance :
raised
That's why I proposed to add a new
filled
appearance to the existing ones and renameraised
intoelevated
.I understand this is a very small and easy-to-workaround issue but it would be nice to have a better alignement with Material 3 specs and prevent developers to add extra (yet tiny) style code to get the expected appearance.
Reproduction
StackBlitz link: https://stackblitz.com/edit/zkkqyi?file=src%2Fexample%2Fcard-footer-example.css
Expected Behavior
Having 3 appearance for cards :
outlined
,elevated
andfilled
Actual Behavior
filled
appearanceelevated
appearance is instead namedraised
Environment
The text was updated successfully, but these errors were encountered: