nukeop / react-ui-cards

Ready to use card components for React (rewritten in Typescript)
https://nukeop.github.io/react-ui-cards/
MIT License
237 stars 62 forks source link

Text contrast too low in ProductCardDescription #26

Closed rpaulucci3 closed 4 years ago

rpaulucci3 commented 4 years ago

Currently, the text in ProductCardDescription has a color of #95A5A6. This does not meet WCAG requirements (source).

I propose changing the text color in ProductCardDescription to #2C3E50, to match the product title and for WCAG compliance (source).