feat: update home ui

This commit is contained in:
Efril
2026-06-23 21:27:27 +07:00
parent e236d811ce
commit 83f4e065ed
34 changed files with 2128 additions and 1597 deletions
@@ -191,7 +191,7 @@ class _DailyTasksFormPageState extends State<DailyTasksFormPage>
const SizedBox(height: 16),
...section.questions.map((question) {
return _buildQuestionCard(question);
}).toList(),
}),
],
),
);