File tree 2 files changed +2
-2
lines changed
alcs-frontend/src/app/features
application/decision/conditions/condition
notice-of-intent/decision/conditions/condition
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ <h4 *ngIf="condition.type">{{ condition.type.label }}</h4>
182
182
< ng-container matColumnDef ="action ">
183
183
< th mat-header-cell *matHeaderCellDef class ="multiple-action "> Action</ th >
184
184
< td mat-cell *matCellDef ="let element ">
185
- < button mat-icon-button color ="primary " (click) ="onDeleteDate(element.uuid) " *ngIf ="dates.length > 1 ">
185
+ < button mat-icon-button color ="warn " (click) ="onDeleteDate(element.uuid) " *ngIf ="dates.length > 1 ">
186
186
< mat-icon > delete</ mat-icon >
187
187
</ button >
188
188
</ td >
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ <h4 *ngIf="condition.type">{{ condition.type.label }}</h4>
127
127
< ng-container matColumnDef ="action ">
128
128
< th mat-header-cell *matHeaderCellDef class ="multiple-action "> Action</ th >
129
129
< td mat-cell *matCellDef ="let element ">
130
- < button mat-icon-button color ="primary " (click) ="onDeleteDate(element.uuid) " *ngIf ="dates.length > 1 ">
130
+ < button mat-icon-button color ="warn " (click) ="onDeleteDate(element.uuid) " *ngIf ="dates.length > 1 ">
131
131
< mat-icon > delete</ mat-icon >
132
132
</ button >
133
133
</ td >
You can’t perform that action at this time.
0 commit comments