From 29e86c3b801b1ffbe94174743fd657cf02613e78 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 10 Jan 2019 11:32:40 +0100 Subject: [PATCH] fix proptypes for animationColor --- src/components/Loader/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, };