cozy / cozy-ui

React components and CSS styles for Cozy apps
https://cozy.github.io/cozy-ui/react/
MIT License
48 stars 37 forks source link

Icon color next to text #1475

Open y-lohse opened 4 years ago

y-lohse commented 4 years ago

There's a rule we aren't following everywhere in cozy-ui: when an icon is used in association with a text and both are grey, the icon needs to be one level of grey lighter than the text.

There are some components that have built-in icons that need to be updated:

Let me know if I've missed some.


I also suspect we may run into this situation outside of these components, so maybe keep an eye out and report any sue cases you find here?

ptbrowne commented 4 years ago

I am not sure what's the problem with Sidebar ?

normal:

iconColor: coolGrey textColor: slateGrey

hover:

iconColor: slateGrey textColor: charcoalGrey

image
y-lohse commented 4 years ago

AH yes, you're right about the menu!