refactor(icons): use drag_indicator instead of drag_handle for better visual

This commit is contained in:
Johannes Millan 2026-01-21 15:51:29 +01:00
parent c0fbf5ddd8
commit 9e1116555c
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<ng-content></ng-content>
<div class="drag-handle">
<mat-icon class="drag-handle-ico">drag_handle</mat-icon>
<mat-icon class="drag-handle-ico">drag_indicator</mat-icon>
@if (isCurrent) {
<mat-icon class="play-icon-indicator">play_arrow </mat-icon>
}

View file

@ -79,7 +79,7 @@
(click)="focusSelf()"
class="drag-handle"
>
<mat-icon class="drag-handle-ico">drag_handle</mat-icon>
<mat-icon class="drag-handle-ico">drag_indicator</mat-icon>
@if (isCurrent()) {
<mat-icon class="play-icon-indicator">play_arrow</mat-icon>
}