Skip to content

Commit a0c1602

Browse files
committed
update primaryColor propType
1 parent f670b7b commit a0c1602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AnyHeader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class AnyHeader extends Component {
2525
}
2626

2727
AnyHeader.propTypes = {
28-
primaryColor:PropTypes.func,
28+
primaryColor:PropTypes.string,
2929
...ViewPropTypes,
3030
}
3131
export default AnyHeader;

0 commit comments

Comments
 (0)