diff --git a/lib/features/dashboard/screens/dashboard_screen.dart b/lib/features/dashboard/screens/dashboard_screen.dart index ba102ac..bea1990 100644 --- a/lib/features/dashboard/screens/dashboard_screen.dart +++ b/lib/features/dashboard/screens/dashboard_screen.dart @@ -561,8 +561,9 @@ class _DashboardScreenState extends State { 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 ?? '',