This repository was archived by the owner on Mar 4, 2020. It is now read-only.
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Implement color prop for each component that accepts colors #426
Closed
Description
Implement color
prop for each component that accepts colors
Problem description
Some components need the color prop for better customizing. Use the color palette interface from siteVariables to achieve that.
Proposed solution
- Implement
color
prop - create color usage examples
for each component that accepts colors:
- Divider feat(Theming): add color palette #451
- Text feat(text): color prop #597
- Header feat(header): header and header description color prop #628
- Segment feat(segment): color prop #632
- Icon feat(icon): color prop #651
- Label feat(Label): add
color
prop #647 - Menu
- Button
- Status