changed debit and credit icons colors
This commit is contained in:
@@ -561,8 +561,9 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
||||
tx.type == 'CR'
|
||||
? Symbols.call_received
|
||||
: Symbols.call_made,
|
||||
color:
|
||||
tx.type == 'CR' ? Colors.green : Colors.red,
|
||||
color: tx.type == 'CR'
|
||||
? const Color(0xFF10BB10)
|
||||
: theme.colorScheme.error,
|
||||
),
|
||||
title: Text(
|
||||
tx.date ?? '',
|
||||
|
Reference in New Issue
Block a user