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:
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…
Reference in New Issue
Block a user