Icons and Color

Hi everybody,

I trying to do differents examples with Vaadin to explain to my mates, at this moment I’m trying to do one lateral menu with icon in the buttons, ok my problem is, How can I do that my buttons have another color like orange for example? it always appear with blue color

I put this in my scss:
.v-icon {
color: orange;
}

And in my code:
button1.setIcon(VaadinIcons.VAADIN_H);

Result:
https://ibb.co/f6SL9o

Thanks again for the help.

Solved,

Finally I found the problem, I’m using Tomcat and when we put a adicional property or we overload one in mytheme.scss need stop the server, clean the browser and Tomcat to get the changes.