File tree Expand file tree Collapse file tree 2 files changed +8492
-1
lines changed Expand file tree Collapse file tree 2 files changed +8492
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ export default class MultiSelect extends Component {
40
40
uniqueKey : PropTypes . string ,
41
41
tagBorderColor : PropTypes . string ,
42
42
tagTextColor : PropTypes . string ,
43
+ tagFontSize : PropTypes . number ,
43
44
fontFamily : PropTypes . string ,
44
45
tagRemoveIconColor : PropTypes . string ,
45
46
onSelectedItemsChange : PropTypes . func . isRequired ,
@@ -175,6 +176,7 @@ export default class MultiSelect extends Component {
175
176
fontFamily,
176
177
tagRemoveIconColor,
177
178
tagBorderColor,
179
+ tagFontSize,
178
180
uniqueKey,
179
181
tagTextColor,
180
182
selectedItems,
@@ -202,7 +204,7 @@ export default class MultiSelect extends Component {
202
204
{
203
205
flex : 1 ,
204
206
color : tagTextColor ,
205
- fontSize : 15
207
+ fontSize : tagFontSize || 15
206
208
} ,
207
209
fontFamily ? { fontFamily } : { }
208
210
] }
You can’t perform that action at this time.
0 commit comments