class cleanup

This commit is contained in:
Joel Wetzell
2026-03-21 12:43:09 -05:00
parent f2c88fe750
commit 638eb5dced
7 changed files with 17 additions and 17 deletions
@@ -9,9 +9,9 @@
<div class="flex items-center">
<mat-icon [style.color]="indicatorColor()" matTooltip="Route Indicator">chevron_right</mat-icon>
</div>
<div class="flex-grow text-left ml-2 text-white">Route {{ index() }}</div>
<div class="grow text-left ml-2 text-white">Route {{ index() }}</div>
<div class="flex items-center justify-center hover:bg-gray-700 hover:cursor-pointer" (click)="delete.emit()">
<mat-icon class="!text-red-500">close</mat-icon>
<mat-icon class="text-red-500!">close</mat-icon>
</div>
</div>
<hr class="bg-gray-600 h-0.5 border-0">