mazipan/vue-ionicons

How cloud I change icon color

Closed this issue · 4 comments

How cloud I change icon color

color set in your demo has been failed

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.

You should use css fill property

.ion {
  fill: #fff;
}

@floydback fill works for me.I use fill as well.I've modified source code so that it could control color without css.