UI for crypto fee warning.

This commit is contained in:
Brendon Duncan 2018-08-02 21:11:28 +12:00
commit 85a74bbd0e
2 changed files with 9 additions and 5 deletions

View file

@ -72,7 +72,9 @@
</ion-content>
<div class="fee-summary">
<div class="fee-fiat positive">Fee: Less than 1 cent</div>
<div class="fee-fiat" ng-class="vm.fee.high ? 'negative' : 'positive'">
Fee: {{vm.fee.description}}<span ng-if="!vm.fee.description">{{vm.fee.fiatAmount}} {{vm.fee.fiatCurrency}}<span>
</div>
<div class="fee-crypto">
{{vm.fee.cryptoAmount}} {{vm.fee.cryptoCurrencyCode}}
</div>