1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix token balance color

This commit is contained in:
Alexander Tseung 2018-01-11 17:12:58 -08:00
parent b35e4e0264
commit 0f4bfcb02e

View File

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