seat coloring based on seatState 🦏

This commit is contained in:
Marcel-Anker
2025-11-06 20:55:12 +01:00
parent ad71111581
commit 689d8fe39a
3 changed files with 16 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<button class="mx-1 hover:opacity-50">
<mat-icon style="font-size: 30px; width: 30px; height: 30px">
<mat-icon [ngStyle]="getSeatStateColor()" style="font-size: 30px; width: 30px; height: 30px">
@if(seatCategory().id ==1){
event_seat
}
@@ -9,7 +9,6 @@
@if(seatCategory().id == 3){
chair
}
</mat-icon>
</button>