Skip to content

Commit e036462

Browse files
committed
Fixing warning icon.
1 parent 54f09f8 commit e036462

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

eform-client/src/app/plugins/modules/time-planning-pn/components/plannings/time-plannings-table/time-plannings-table.component.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@
5858
</ng-container>
5959
{{row['softwareVersion']}}
6060
<div *ngIf="row['softwareVersionIsValid'] === false">
61-
<span [matTooltip]="'Needs update!' | translate "><mat-icon
62-
color="accent">warning</mat-icon></span>
61+
<span [matTooltip]="'Needs update!' | translate " class="material-symbols-outlined">
62+
<mat-icon class="neutral-icon red-text">error</mat-icon>
63+
</span>
6364
</div>
6465
</div>
6566
</div>
@@ -113,8 +114,9 @@
113114
</ng-container>
114115
{{row['softwareVersion']}}
115116
<div *ngIf="row['softwareVersionIsValid'] === false">
116-
<span [matTooltip]="'Needs update!' | translate "><mat-icon
117-
color="#DB0D0D">warning</mat-icon></span>
117+
<span [matTooltip]="'Needs update!' | translate " class="material-symbols-outlined" >
118+
<mat-icon class="neutral-icon red-text">error</mat-icon>
119+
</span>
118120
</div>
119121
</div>
120122
</div>

0 commit comments

Comments
 (0)