Skip to content

Commit 19f77dc

Browse files
Merge pull request #10440 from cmgustavo/feat/copay-logo-slider-button
feat(slider-button): adds copay "c" logo
2 parents 1d86ce6 + 102fa8a commit 19f77dc

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Loading

src/pages/slide-to-accept/slide-to-accept.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div #slideButtonContainer class="slide__listener" [ngClass]="{'show': !isDisabled}">
22
<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">
33
<div class="slide__bitcoin" [ngStyle]="bitcoinStyle">
4-
<img src="assets/img/b-logo.svg">
4+
<img src="assets/img/app/slider-button.svg">
55
</div>
66
</button>
77
<div #slideText id="button-text" class="slide__button-text" (touchstart)="toggleAnimation()" (touchmove)="toggleAnimation()" [ngStyle]="textStyle" *ngIf="!isConfirm">

0 commit comments

Comments
 (0)