1
0
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:
ryanml 2021-05-03 09:50:50 -07:00 committed by Dan Miller
parent 024095f090
commit 6fddd7f548

View File

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