1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +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 ryanml
parent 48eadc669f
commit 9760750231

View File

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