divider height: 1 → 16 for proper spacing

This commit is contained in:
alexis 2026-07-11 23:18:42 +02:00
parent 1353194122
commit 5a0ca683dc

View file

@ -80,7 +80,7 @@ class _CategoryGroupTile extends ConsumerWidget {
), ),
if (expanded) if (expanded)
...cats.map((c) => _CategoryRow(categoryId: c.id)), ...cats.map((c) => _CategoryRow(categoryId: c.id)),
const Divider(height: 1), const Divider(height: 16),
], ],
); );
} }