This commit is contained in:
2026-03-21 00:39:51 +03:00
parent c2e13512e4
commit 928670bbf5
2 changed files with 93 additions and 13 deletions
+1 -1
View File
@@ -838,7 +838,7 @@ class _TransactionTile extends ConsumerWidget {
)
else
Text(
DateFormat('MMM d, yyyy').format(transaction.date),
DateFormat('MMM d, yyyy · HH:mm').format(transaction.date),
style: Theme.of(context).textTheme.bodySmall?.copyWith(
color: Theme.of(
context,