mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Removing gray background from contact address input (#10971)
This commit is contained in:
parent
3d952536d8
commit
d12349046f
@ -66,7 +66,6 @@ export default class AddContact extends PureComponent {
|
|||||||
renderInput() {
|
renderInput() {
|
||||||
return (
|
return (
|
||||||
<EnsInput
|
<EnsInput
|
||||||
className="send__to-row"
|
|
||||||
scanQrCode={(_) => {
|
scanQrCode={(_) => {
|
||||||
this.props.scanQrCode();
|
this.props.scanQrCode();
|
||||||
}}
|
}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user