Mdi anf fa icons does not have the same color in dark style

Hi :slightly_smiling_face:

Just wanted to highlight a small issue, don’t know if it is webix’s developpers choice or not lol

When you use embeded an icon into a button, if the icon comes from material design icon, it will be grey, but if it comes from font awesome it will be white.

So I had to add a css for mdi ones, so to have the same color as the fa :

https://snippet.webix.com/sqpmt74t

I think you can just have css for font awesome to be the same size with material design icon and webix icon as this snippet.
https://snippet.webix.com/gc2z3y6i

1 Like

Hi, this is quite an elegant solution, thank you !