Skip to content

Commit

Permalink
Add missing labelFontSize prop (#38393)
Browse files Browse the repository at this point in the history
  • Loading branch information
PC98 authored and mrcrane committed Sep 24, 2019
1 parent e59c2e8 commit e46cfc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/react-native-material-dropdown/index.d.ts
Expand Up @@ -46,6 +46,8 @@ export interface DropDownProps extends TouchableWithoutFeedbackProps {
animationDuration?: number;
/** Set font size of dropdown items (default: 16) */
fontSize?: number;
/** Set font size of label (default: 12) */
labelFontSize?: number;
/** Set Text color (default: rgba(0, 0, 0, .87)) */
textColor?: string;
/** Set Item color (default: rgba(0, 0, 0, .54)) */
Expand Down

0 comments on commit e46cfc9

Please sign in to comment.