1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Removing gray background from contact address input (#10971)

This commit is contained in:
ryanml 2021-05-03 09:50:50 -07:00 committed by GitHub
parent 3d952536d8
commit d12349046f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,6 @@ export default class AddContact extends PureComponent {
renderInput() {
return (
<EnsInput
className="send__to-row"
scanQrCode={(_) => {
this.props.scanQrCode();
}}