1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Dark Mode: Import Private Key Colors (#14173)

This commit is contained in:
David Walsh 2022-03-24 09:44:40 -05:00 committed by GitHub
parent 7a57942305
commit dd032dc324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -88,7 +88,7 @@ class PrivateKeyImportView extends Component {
return (
<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')}
</span>
<div className="new-account-import-form__private-key-password-container">