mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
Dark Mode: Ensure actionable message button colors are the same color as previously (#14271)
This commit is contained in:
parent
485d711e0b
commit
b042858663
@ -107,6 +107,11 @@
|
||||
.actionable-message__action--secondary {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
button {
|
||||
background: var(--color-warning-default);
|
||||
color: var(--color-warning-inverse);
|
||||
}
|
||||
}
|
||||
|
||||
&--danger {
|
||||
@ -120,6 +125,11 @@
|
||||
.actionable-message__message {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
button {
|
||||
background: var(--color-error-default);
|
||||
color: var(--color-error-inverse);
|
||||
}
|
||||
}
|
||||
|
||||
&--success {
|
||||
@ -128,6 +138,11 @@
|
||||
&::before {
|
||||
background: var(--color-success-muted);
|
||||
}
|
||||
|
||||
button {
|
||||
background: var(--color-success-default);
|
||||
color: var(--color-success-inverse);
|
||||
}
|
||||
}
|
||||
|
||||
&--left-aligned {
|
||||
|
Loading…
Reference in New Issue
Block a user