mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-01 03:40:53 +00:00
Merge pull request #325 from trezor/fix/adress-button-overlap
Fix condition for applying bigger padding in Input component
This commit is contained in:
commit
f0855a413c
@ -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