MOBILE-2567 ios: Make save file name icon bigger in iOS
parent
bd5bdee45d
commit
c2a471a507
|
@ -17,7 +17,7 @@
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button *ngIf="editMode" ion-button icon-only clear [attr.aria-label]="'core.save' | translate" color="success" type="submit">
|
<button *ngIf="editMode" ion-button icon-only clear [attr.aria-label]="'core.save' | translate" color="success" type="submit">
|
||||||
<ion-icon name="checkmark"></ion-icon>
|
<ion-icon name="checkmark" ios="md-checkmark"></ion-icon>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button ion-button clear icon-only (click)="deleteFile($event)" [attr.aria-label]="'core.delete' | translate" color="danger">
|
<button ion-button clear icon-only (click)="deleteFile($event)" [attr.aria-label]="'core.delete' | translate" color="danger">
|
||||||
|
|
Loading…
Reference in New Issue