Skip to content

Commit e2f20ca

Browse files
committed
underlineHeight for DefaultTabBar
1 parent a07e8d4 commit e2f20ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DefaultTabBar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const DefaultTabBar = React.createClass({
1414
activeTab: React.PropTypes.number,
1515
tabs: React.PropTypes.array,
1616
underlineColor: React.PropTypes.string,
17+
underlineHeight: React.PropTypes.number,
1718
backgroundColor: React.PropTypes.string,
1819
activeTextColor: React.PropTypes.string,
1920
inactiveTextColor: React.PropTypes.string,

0 commit comments

Comments
 (0)