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 {
|
&__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…
x
Reference in New Issue
Block a user