changed debit and credit icons colors
This commit is contained in:
@@ -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 ?? '',
|
||||||
|
Reference in New Issue
Block a user