divider height: 1 → 16 for proper spacing
This commit is contained in:
parent
1353194122
commit
5a0ca683dc
|
|
@ -80,7 +80,7 @@ class _CategoryGroupTile extends ConsumerWidget {
|
|||
),
|
||||
if (expanded)
|
||||
...cats.map((c) => _CategoryRow(categoryId: c.id)),
|
||||
const Divider(height: 1),
|
||||
const Divider(height: 16),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue