How cloud I change icon color
Closed this issue · 4 comments
rffanlab commented
How cloud I change icon color
rffanlab commented
color set in your demo has been failed
mazipan commented
In my demo page, using inline style like this code: https://github.com/mazipan/vue-ionicons/blob/master/demo/App.vue#L51
But you can also using props rootClass
then set CSS style based on those rootClass.
floydback commented
You should use css fill property
.ion {
fill: #fff;
}
rffanlab commented
@floydback fill works for me.I use fill as well.I've modified source code so that it could control color without css.