mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-29 02:18:06 +00:00
Merge pull request #324 from trezor/fix/animationcolor-proptype
fix proptypes for animationColor
This commit is contained in:
commit
42764419b4
@ -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