diff --git a/src/components/Loader/index.js b/src/components/Loader/index.js index 0cb29e98..0c0707c4 100644 --- a/src/components/Loader/index.js +++ b/src/components/Loader/index.js @@ -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, };