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

feature/default_network_editable
David Walsh 3 years ago committed by ryanml
parent 48eadc669f
commit 9760750231
  1. 4
      ui/pages/swaps/view-quote/index.scss

@ -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;
} }

Loading…
Cancel
Save