Change the remove icon for media queue

This commit is contained in:
SondreB 2023-01-20 22:32:07 +01:00
parent f15514a541
commit 4ed93f4537
No known key found for this signature in database
GPG Key ID: D6CC44C75005FDBF

View File

@ -7,7 +7,7 @@
<span matListItemLine>{{item.artist}}</span>
<span matListItemMeta class="delete-button">
<button (click)="remove(item)" mat-icon-button matTooltip="Remove from queue" color="grey">
<mat-icon>clear</mat-icon>
<mat-icon>delete</mat-icon>
</button>
</span>
</mat-list-item>