Dropdown color update.

This commit is contained in:
softsimon
2020-05-10 16:22:35 +07:00
parent 91a45aae30
commit db64abec4e
3 changed files with 18 additions and 7 deletions

View File

@@ -7,8 +7,7 @@
</ng-template>
<ng-template #default>
{{ satoshis / 100000000 | number : digitsInfo }}
<ng-template [ngIf]="network === 'liquid'">L-BTC</ng-template>
<ng-template [ngIf]="network === 'testnet'">tBTC</ng-template>
<ng-template [ngIf]="network === ''">BTC</ng-template>
<ng-template [ngIf]="network === 'liquid'">L-</ng-template>
<ng-template [ngIf]="network === 'testnet'">t</ng-template>BTC
</ng-template>
</ng-template>