make done button bigger (#127)
All checks were successful
Backend Deploy / build (push) Successful in 20s
Backend Build and Test / build (push) Successful in 2m39s

closes #122

Reviewed-on: #127
This commit was merged in pull request #127.
This commit is contained in:
2025-05-28 09:31:07 +02:00
parent 662257ebc5
commit 5b1d107cac
3 changed files with 6 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ export class TasksPage implements ViewWillEnter {
this.taskService.getTaskList().subscribe(tasks => {
this.tasks$.next(tasks);
});
}, 50);
}, 100);
}
createTask() {