📜  更改角度材质图标颜色 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:28.934000             🧑  作者: Mango

代码示例1
/* In the component.css or app.css add Icon Color styles */
.material-icons.color_green { color: #00FF00; }
.material-icons.color_white { color: #FFFFFF; }

/* In the component.html set the icon class*/
games
cloud