mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-04-14 22:11:55 +00:00
[skip ci] fix tag spacing
This commit is contained in:
parent
69e254732d
commit
b3e346ddfd
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue