use txp wallet id for confirm button color

This commit is contained in:
Gabriel Bazán 2016-08-04 10:48:20 -03:00 committed by Gustavo Maximiliano Cortez
commit 2cb099057e
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 4 additions and 2 deletions

View file

@ -31,7 +31,7 @@
</button>
</div>
<div class="half-row left">
<button ng-click="accept()" class="round expand" ng-style="{'background-color':index.backgroundColor}" autofocus>
<button ng-click="accept()" class="round expand" ng-style="{'background-color': color}" autofocus>
<span class="size-12" translate>Confirm</span>
</button>
</div>