feat(benefit_history): add spacing to benefit history preview layout

This commit is contained in:
Achintha Isuru
2026-03-18 17:38:48 -04:00
parent 8d39ebbced
commit 597866fc99

View File

@@ -40,6 +40,7 @@ class _BenefitHistoryPreviewState extends State<BenefitHistoryPreview> {
return Column(
crossAxisAlignment: CrossAxisAlignment.start,
spacing: UiConstants.space2,
children: <Widget>[
InkWell(
onTap: _toggleExpanded,