rodainahassan / ionic-rating

A simple Ionic 4 stars rating component using Angular, with an easy API and support for all methods of binding (Property and Event Binding, Template Forms and Reactive Forms).
https://www.npmjs.com/package/ionic-rating
MIT License
19 stars 26 forks source link

Can't change color (Style) #24

Open kandhanramalingam opened 3 years ago

kandhanramalingam commented 3 years ago

I'm trying to change color using --color and --color-filled But it is not working.

And i want to change start with other shapes can you provide temple change option so will add it by our own

Soundariya-Bingu commented 2 years ago

Color change with ionic-rating is working fine when you will give these below-mentioned properties and with an important tag so that it will override the default color. ion-rating { --star-color: darkgray !important; --star-color-filled: darkorange !important; }