feat(benefit_history): add spacing to benefit history preview layout
This commit is contained in:
@@ -40,6 +40,7 @@ class _BenefitHistoryPreviewState extends State<BenefitHistoryPreview> {
|
||||
|
||||
return Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
spacing: UiConstants.space2,
|
||||
children: <Widget>[
|
||||
InkWell(
|
||||
onTap: _toggleExpanded,
|
||||
|
||||
Reference in New Issue
Block a user