fix proptypes for animationColor

pull/324/head
slowbackspace 6 years ago
parent 3ebce65093
commit 29e86c3b80

@ -78,7 +78,7 @@ Loader.propTypes = {
isSmallText: PropTypes.bool, isSmallText: PropTypes.bool,
className: PropTypes.string, className: PropTypes.string,
text: PropTypes.string, text: PropTypes.string,
animationColor: PropTypes.string, animationColor: PropTypes.object,
transparentRoute: PropTypes.bool, transparentRoute: PropTypes.bool,
size: PropTypes.number, size: PropTypes.number,
}; };

Loading…
Cancel
Save