Skip to content

Commit e133e70

Browse files
committed
Fix NavBarContent PropTypes
1 parent 0697f97 commit e133e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/NavBarContent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const propTypes = {
1414
rightProps: PropTypes.object,
1515
route: PropTypes.object.isRequired,
1616
titleProps: PropTypes.object,
17-
titleStyle: PropTypes.any.isRequired,
17+
titleStyle: Text.propTypes.style,
1818
willDisappear: PropTypes.bool,
1919
};
2020

0 commit comments

Comments
 (0)