You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(colors): override element styling and tweak colors for card and item
* refactor(card): add color/mode classes to header, title, content
- Remove native HTML element styling inside of cards (headings,
paragraph)
- Move the default color for the HTML elements to the content
- Generate colors for the card itself, the header, the content, and the
title using the color input
- Add e2e test for card colors
References #8330
* refactor(item): remove paragraph styles, update activated colors
- Adds test for item colors
- Removes the color from native paragraph elements allowing colors to
be passed
Closes#9081
* refactor(item): bring back paragraph color and override in the item loop
* refactor(card): add back heading and paragraph colors and override in color loop
0 commit comments