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.