We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f670b7b commit a0c1602Copy full SHA for a0c1602
AnyHeader.js
@@ -25,7 +25,7 @@ class AnyHeader extends Component {
25
}
26
27
AnyHeader.propTypes = {
28
- primaryColor:PropTypes.func,
+ primaryColor:PropTypes.string,
29
...ViewPropTypes,
30
31
export default AnyHeader;
0 commit comments