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

Dark Mode: Remove unwanted background for price quote (#14278)

This commit is contained in:
David Walsh 2022-03-30 17:42:18 -05:00 committed by GitHub
parent 97be10becd
commit 00025afe4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,10 @@
&.medium, &.medium,
&.high { &.high {
.actionable-message { .actionable-message {
&::before {
background: none;
}
.actionable-message__message { .actionable-message__message {
color: inherit; color: inherit;
} }