mirror of
https://github.com/trezor/trezor-wallet
synced 2025-05-18 06:48:48 +00:00
fix condition for applying bigger padding
This commit is contained in:
parent
42764419b4
commit
73f8902da3
@ -183,7 +183,7 @@ class Input extends PureComponent {
|
|||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
height={this.props.height}
|
height={this.props.height}
|
||||||
trezorAction={this.props.trezorAction}
|
trezorAction={this.props.trezorAction}
|
||||||
hasIcon={this.getIcon(this.props.state).length > 0}
|
hasIcon={this.props.icon || this.getIcon(this.props.state).length > 0}
|
||||||
ref={this.props.innerRef}
|
ref={this.props.innerRef}
|
||||||
hasAddon={!!this.props.sideAddons}
|
hasAddon={!!this.props.sideAddons}
|
||||||
type={this.props.type}
|
type={this.props.type}
|
||||||
|
Loading…
Reference in New Issue
Block a user