Skip to content

Commit

Permalink
Merge pull request #10440 from cmgustavo/feat/copay-logo-slider-button
Browse files Browse the repository at this point in the history
feat(slider-button): adds copay "c" logo
  • Loading branch information
gabrielbazan7 authored Dec 26, 2019
2 parents 1d86ce6 + 102fa8a commit 19f77dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes
1 change: 1 addition & 0 deletions app-template/copay/img/slider-button.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/slide-to-accept/slide-to-accept.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div #slideButtonContainer class="slide__listener" [ngClass]="{'show': !isDisabled}">
<button class="button-slider" [ngClass]="{'animation': animation}" #slideButton ion-button icon-right large (touchstart)="activateButton($event)" (touchmove)="dragButton($event)" (touchend)="resetButton()" [disabled]="isDisabled" *ngIf="!isConfirm">
<div class="slide__bitcoin" [ngStyle]="bitcoinStyle">
<img src="assets/img/b-logo.svg">
<img src="assets/img/app/slider-button.svg">
</div>
</button>
<div #slideText id="button-text" class="slide__button-text" (touchstart)="toggleAnimation()" (touchmove)="toggleAnimation()" [ngStyle]="textStyle" *ngIf="!isConfirm">
Expand Down

0 comments on commit 19f77dc

Please sign in to comment.