Dark Mode: Import Private Key Colors (#14173)

feature/default_network_editable
David Walsh 3 years ago committed by GitHub
parent 7a57942305
commit dd032dc324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ui/pages/create-account/import-account/index.scss
  2. 2
      ui/pages/create-account/import-account/private-key.js

@ -26,7 +26,7 @@
&__select-label { &__select-label {
@include Paragraph; @include Paragraph;
color: var(--scorpion); color: var(--color-text-muted);
} }
&__select { &__select {
@ -45,7 +45,7 @@
&__instruction { &__instruction {
@include Paragraph; @include Paragraph;
color: var(--scorpion); color: var(--color-text-muted);
align-self: flex-start; align-self: flex-start;
} }

@ -88,7 +88,7 @@ class PrivateKeyImportView extends Component {
return ( return (
<div className="new-account-import-form__private-key"> <div className="new-account-import-form__private-key">
<span className="new-account-create-form__instruction"> <span className="new-account-import-form__instruction">
{this.context.t('pastePrivateKey')} {this.context.t('pastePrivateKey')}
</span> </span>
<div className="new-account-import-form__private-key-password-container"> <div className="new-account-import-form__private-key-password-container">

Loading…
Cancel
Save