added padding to views

This commit is contained in:
2026-06-19 01:35:46 +02:00
parent 77a524f3ec
commit f1756b30d1
2 changed files with 34 additions and 23 deletions
+2
View File
@@ -80,7 +80,9 @@ class _TaskEditPageState extends State<TaskEditPage> {
horizontal: MediaQuery.of(context).size.width * 0.05,
),
child: Column(
spacing: 12,
children: [
SizedBox(height: 6),
TextFormField(
autofocus: true,
controller: titleController,