mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-29 10:28:08 +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"
|
||||
height={this.props.height}
|
||||
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}
|
||||
hasAddon={!!this.props.sideAddons}
|
||||
type={this.props.type}
|
||||
|
Loading…
Reference in New Issue
Block a user