nuxt-community / svg-module

Super simple svg loading module for Nuxt.js
MIT License
340 stars 35 forks source link

How to change svg color? #13

Closed buddhiko1 closed 5 years ago

transtone commented 4 years ago

hwo to?

JakariaAmin commented 4 years ago

this works for me

.svg-class path { fill: #000000; }