mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Dark Mode: Fix Actionable Messages (#14361)
This commit is contained in:
parent
2cd1472e3a
commit
d8fd5f68ce
@ -108,7 +108,7 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
button {
|
||||
.actionable-message__actions button {
|
||||
background: var(--color-warning-default);
|
||||
color: var(--color-warning-inverse);
|
||||
}
|
||||
@ -126,7 +126,7 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
button {
|
||||
.actionable-message__actions button {
|
||||
background: var(--color-error-default);
|
||||
color: var(--color-error-inverse);
|
||||
}
|
||||
@ -139,7 +139,7 @@
|
||||
background: var(--color-success-muted);
|
||||
}
|
||||
|
||||
button {
|
||||
.actionable-message__actions button {
|
||||
background: var(--color-success-default);
|
||||
color: var(--color-success-inverse);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user