mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Dark Mode: Standardize error colors (#14029)
This commit is contained in:
parent
79d00f72e1
commit
c0e930ea53
@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
&__password--error {
|
||||
color: var(--crimson);
|
||||
color: var(--color-error-default);
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
border-radius: 8px;
|
||||
background-color: #fff6f6;
|
||||
font-weight: 500;
|
||||
color: var(--crimson);
|
||||
color: var(--color-error-default);
|
||||
width: 292px;
|
||||
padding: 9px 15px;
|
||||
margin-top: 18px;
|
||||
@ -71,7 +71,7 @@
|
||||
&__password-display-textarea {
|
||||
@include Paragraph;
|
||||
|
||||
color: var(--crimson);
|
||||
color: var(--color-error-default);
|
||||
border: none;
|
||||
height: 75px;
|
||||
width: 100%;
|
||||
|
@ -186,7 +186,7 @@
|
||||
}
|
||||
|
||||
&__warning {
|
||||
color: var(--crimson);
|
||||
color: var(--color-error-default);
|
||||
}
|
||||
|
||||
&__rows {
|
||||
|
@ -131,7 +131,6 @@
|
||||
--silver: #cdcdcd;
|
||||
--caribbean-green: #02c9b1;
|
||||
--monzo: #d0021b;
|
||||
--crimson: #e91550;
|
||||
--blue-lagoon: #038789;
|
||||
--purple: #690496;
|
||||
--tulip-tree: #ebb33f;
|
||||
|
@ -2,7 +2,7 @@
|
||||
&__error {
|
||||
padding-bottom: 20px;
|
||||
text-align: center;
|
||||
color: var(--crimson);
|
||||
color: var(--color-error-default);
|
||||
}
|
||||
|
||||
&__rpc-save-button {
|
||||
|
Loading…
Reference in New Issue
Block a user