Skip to content

Commit d6de05b

Browse files
committed
MOBILE-4820 image-edit: Change discard icon to X
1 parent 41bacfe commit d6de05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/features/viewer/components/image-edit/image-edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>{{ 'core.viewer.editimage' | translate }}</h1>
1515
<ion-row>
1616
<ion-col class="ion-text-center">
1717
<ion-button fill="clear" expand="block" (click)="discard()" [ariaLabel]="'core.discard' | translate">
18-
<ion-icon name="fas-trash" slot="icon-only" aria-hidden="true" color="danger" />
18+
<ion-icon name="fas-xmark" slot="icon-only" aria-hidden="true" />
1919
</ion-button>
2020
</ion-col>
2121
<ion-col class="ion-text-center">

0 commit comments

Comments
 (0)