Change wallet icons for btc, bch and testnet

This commit is contained in:
Gustavo Maximiliano Cortez 2017-08-25 13:05:15 -03:00
commit 450be84fcc
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
22 changed files with 50 additions and 20 deletions

View file

@ -95,7 +95,7 @@
ui-sref="tabs.preferences({'walletId': item.id})"
ng-repeat="item in wallets track by $index">
<i class="icon big-icon-svg circle">
<img src="img/icon-wallet.svg" ng-class="{'wallet-background-color-default': !item.color}" ng-style="{'background-color': item.color}" class="bg"/>
<img src="img/{{item.network == 'testnet' ? 'icon-wallet-testnet' : (item.chain == 'BTC' ? 'icon-btc' : 'icon-bch')}}.svg" ng-class="{'wallet-background-color-default': !item.color}" ng-style="{'background-color': item.color}" class="bg"/>
</i>
<span>
{{item.name || item.id}}