We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ac25ae + d6de05b commit 2782b37Copy full SHA for 2782b37
src/core/features/viewer/components/image-edit/image-edit.html
@@ -15,7 +15,7 @@ <h1>{{ 'core.viewer.editimage' | translate }}</h1>
15
<ion-row>
16
<ion-col class="ion-text-center">
17
<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" />
+ <ion-icon name="fas-xmark" slot="icon-only" aria-hidden="true" />
19
</ion-button>
20
</ion-col>
21
0 commit comments