diff --git a/src/frontend/app/process/process.component.html b/src/frontend/app/process/process.component.html index 9a1a97939bc72b7a97e57adc2a9564c3aeb7899c..25f39edcbf3d7a8b66a86c054d3b9929e9c89e3c 100644 --- a/src/frontend/app/process/process.component.html +++ b/src/frontend/app/process/process.component.html @@ -194,7 +194,7 @@ </button> <button mat-icon-button [title]="this.translate.instant('lang.freezeRetentionRule')" class="categoryLabel" (click)="toggleFreezing()"> - <mat-icon class="freezeThawIcon {{this.freezeThawResource ? 'fas':'far'}} fa-pause-circle" style="font-size: 20px;"></mat-icon> + <mat-icon class="freezeThawIcon {{this.freezeThawResource ? 'fas':'far'}} fa-pause-circle" style="font-size: 30px;"></mat-icon> </button> <div class="content-item" *ngIf="this.currentResourceInformations.priority !== undefined"> <b><i class="fas fa-flag" [style.color]="this.currentResourceInformations.priorityColor"