Skip to content

Commit

Permalink
Fix badgeColor typing (#7450)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilobuerger authored Feb 10, 2022
1 parent f217d01 commit a4a9b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/interfaces/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ export interface OptionsBottomTab {
/**
* Set the background color of the badge that is overlayed over the component
*/
badgeColor?: string;
badgeColor?: Color;
/**
* Show the badge with the animation.
* #### (Android specific)
Expand Down

0 comments on commit a4a9b6a

Please sign in to comment.