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.
1 parent 41bacfe commit d6de05bCopy full SHA for d6de05b
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