fix proptypes for animationColor

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

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

Loading…
Cancel
Save