Fix token balance color

This commit is contained in:
Alexander Tseung 2018-01-11 17:12:58 -08:00
parent b35e4e0264
commit 0f4bfcb02e
1 changed files with 3 additions and 1 deletions

View File

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