Fix token balance color

feature/default_network_editable
Alexander Tseung 7 years ago
parent b35e4e0264
commit 0f4bfcb02e
  1. 4
      ui/app/css/itcss/components/hero-balance.scss

@ -37,7 +37,9 @@
}
.balance-display {
color: $black;
.token-amount {
color: $black;
}
@media screen and (max-width: $break-small) {
text-align: center;

Loading…
Cancel
Save