[skip ci] fix tag spacing

This commit is contained in:
Matthew Fosse 2024-09-23 09:55:27 -07:00
parent 69e254732d
commit b3e346ddfd

View file

@ -60,7 +60,7 @@ class TransactionRow extends StatelessWidget {
fontWeight: FontWeight.w500,
color: Theme.of(context).extension<DashboardPageTheme>()!.textColor,
)),
...tags.map((tag) => TxTag(tag: tag)).toList(),
...tags.map((tag) => Row(children: [SizedBox(width: 8), TxTag(tag: tag)])),
],
),
Text(formattedAmount,