diff --git a/src/sass/views/walletBalance.scss b/src/sass/views/walletBalance.scss index 7dffa0f8b..84ec41109 100644 --- a/src/sass/views/walletBalance.scss +++ b/src/sass/views/walletBalance.scss @@ -6,26 +6,23 @@ &--total { color: $mid-gray; - font-weight: bold; } &--available { color: #09C286;; - font-weight: bold; } &--confirming { color: #FF9900; - font-weight: bold; } &--locked { color: #FF9900; - font-weight: bold; } &--alternative { color: $light-gray; + font-size: 14px; } } diff --git a/www/views/modals/wallet-balance.html b/www/views/modals/wallet-balance.html index beadb1960..d68109fa3 100644 --- a/www/views/modals/wallet-balance.html +++ b/www/views/modals/wallet-balance.html @@ -52,7 +52,7 @@ -
The immediately spendable amount of bitcoin stored in this wallet.
+
The amount of bitcoin immediately spendable from this wallet.
@@ -71,7 +71,7 @@
-
The amount of bitcoin stored in this wallet with less than 1 block chain confirmation.
+
The amount of bitcoin stored in this wallet with less than 1 blockchain confirmation.