Description
When using a white app background in the Aura theme, then a card looks just like a paragraph of text:
In comparison, this is how it looks with the default background:
Expected outcome
I would expect a card to be recognizable as a card.
Minimal reproducible example
Use the Card dev page and add this style:
html {
--aura-background-color-light: white;
}
Steps to reproduce
See above
Environment
Vaadin version(s): 25
Browsers
No response