We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using a custom png icon, the rating color doesn't just fill the inside of the icon but the entire icon block:
<Rating type="custom" ratingImage={starIcon} ratingColor={'rgb(200,0,200)'} ratingCount={5} imageSize={16} showRating={false} tintColor={'rgb(0,100,200)'} readonly={false} startingValue={1.35} />
The text was updated successfully, but these errors were encountered:
Just faced this issue as well...
Issue is the default star icon is actually a yellow outline, transparent content and white background outside.
So you need to add a white background to your image.
Sorry, something went wrong.
I am also facing this
No branches or pull requests
When using a custom png icon, the rating color doesn't just fill the inside of the icon but the entire icon block:
<Rating type="custom" ratingImage={starIcon} ratingColor={'rgb(200,0,200)'} ratingCount={5} imageSize={16} showRating={false} tintColor={'rgb(0,100,200)'} readonly={false} startingValue={1.35} />
The text was updated successfully, but these errors were encountered: