Fix styling: delete wallet button
This commit is contained in:
parent
0257724912
commit
146f8a43a3
2 changed files with 7 additions and 2 deletions
|
|
@ -16,6 +16,10 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<button class="button button-block button-assertive" ng-click="showDeletePopup()"translate>Delete <span ng-show="alias">{{alias}}</span>{{walletName}}</button>
|
||||
<div class="padding">
|
||||
<button class="button button-standard button-assertive" ng-click="showDeletePopup()">
|
||||
{{'Delete'|translate}} <span ng-show="alias">{{alias}}</span>{{walletName}}
|
||||
</button>
|
||||
</div>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue