mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-01 03:40:53 +00:00
fix proptypes for animationColor
This commit is contained in:
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…
Reference in New Issue
Block a user