1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Change styles for the high price impact notification in Swaps (#14697)

This commit is contained in:
Daniel 2022-05-12 19:57:05 +02:00 committed by GitHub
parent 77c1100858
commit d305dcba9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,12 +96,12 @@
&.high {
.actionable-message {
border-color: var(--color-warning-default);
background: var(--color-warning-muted);
border-color: var(--color-error-default);
background: var(--color-error-muted);
button {
background: var(--color-warning-default);
color: var(--color-warning-inverse);
background: var(--color-error-default);
color: var(--color-error-inverse);
}
}
}