Fix styling in private key modal

feature/default_network_editable
Chi Kei Chan 7 years ago
parent ba9cefb24e
commit 4336794355
  1. 1
      ui/app/components/modals/export-private-key-modal.js
  2. 1
      ui/app/css/itcss/components/modal.scss

@ -66,7 +66,6 @@ ExportPrivateKeyModal.prototype.renderPasswordInput = function (privateKey) {
})
: h('input.private-key-password-input', {
type: 'password',
placeholder: 'Type password',
onChange: event => this.setState({ password: event.target.value }),
})
}

@ -372,6 +372,7 @@
resize: none;
padding: 9px 13px 8px;
text-transform: uppercase;
font-weight: 300;
}

Loading…
Cancel
Save