Skip to content

Commit

Permalink
Merge pull request #182 from SAIDAbdelhamid/master
Browse files Browse the repository at this point in the history
adding type for unSelectedColor
  • Loading branch information
Monte9 authored Apr 2, 2024
2 parents 4781896 + 5993363 commit ccbbe5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/TapRating.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ export type TapRatingProps = {
*/
selectedColor?: string;

/**
* Color value for not filled stars.
*
* @default #BDC3C7
*/
unSelectedColor?: string;

/**
* Size of rating image
*
Expand Down

0 comments on commit ccbbe5b

Please sign in to comment.