coryrylan/ngx-lite

How to change colour of starts? I am getting black on my side.

Closed this issue · 2 comments

Hi...
Its very nice plugin. Could you plz tell how should we change the colour of stars.

I am still working on proper themes for all the ngxlite components for now you can add this css property to your global CSS file to override the default color.

ngx-input-star-rating {
  --color-star-highlight: gold !important;
}