1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-28 18:08:08 +00:00

fix proptypes for animationColor

This commit is contained in:
slowbackspace 2019-01-10 11:32:40 +01:00
parent 3ebce65093
commit 29e86c3b80

View File

@ -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,
};