This commit is contained in:
2026-05-30 12:12:14 +02:00
parent 9bace01b93
commit bd81173559
30 changed files with 1020 additions and 51 deletions

View File

@@ -232,7 +232,7 @@ class HomeScreen extends StatelessWidget {
QuickActionButton(
icon: Icons.task_alt,
label: context.l10n.commonTask,
color: Colors.teal,
color: Colors.orange,
onTap: () {
context.pushNamed(Routes.taskForm, pathParameters: {'id': 'new'});
},