changed debit and credit icons colors

This commit is contained in:
asif
2025-08-29 21:48:10 +05:30
parent c369ad415d
commit 9c60dc1c1c

View File

@@ -561,8 +561,9 @@ class _DashboardScreenState extends State<DashboardScreen> {
tx.type == 'CR' tx.type == 'CR'
? Symbols.call_received ? Symbols.call_received
: Symbols.call_made, : Symbols.call_made,
color: color: tx.type == 'CR'
tx.type == 'CR' ? Colors.green : Colors.red, ? const Color(0xFF10BB10)
: theme.colorScheme.error,
), ),
title: Text( title: Text(
tx.date ?? '', tx.date ?? '',