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:
parent
7a57942305
commit
dd032dc324
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user