Fix color in v2 gas fee modal (#14224)

feature/default_network_editable
Dan J Miller 3 years ago committed by GitHub
parent 067fd78ea6
commit 74ef9edd54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/components/app/edit-gas-fee-popover/edit-gas-item/index.scss

@ -83,6 +83,6 @@
&__time-estimate-medium,
&__time-estimate-high {
color: var(--color-success-muted);
color: var(--color-success-default);
}
}

Loading…
Cancel
Save