refactor: align dialog actions to the start in schedule task dialog

This commit is contained in:
Ivan Kalashnikov 2026-01-20 12:49:57 +07:00
parent 9b3b65183d
commit e6dada42e9

View file

@ -91,7 +91,7 @@
</div>
</mat-dialog-content>
<mat-dialog-actions align="end">
<mat-dialog-actions align="start">
@if (data.task && (data.task.dueWithTime || plannedDayForTask)) {
<button
(click)="remove()"