diff --git a/lib/features/dashboard/screens/dashboard_screen.dart b/lib/features/dashboard/screens/dashboard_screen.dart index 3157cd8..4591182 100644 --- a/lib/features/dashboard/screens/dashboard_screen.dart +++ b/lib/features/dashboard/screens/dashboard_screen.dart @@ -566,7 +566,7 @@ class _DashboardScreenState extends State { title: Text( tx.name != null ? (tx.name!.length > 18 - ? tx.name!.substring(0, 20) + ? tx.name!.substring(0, 22) : tx.name!) : '', style: const TextStyle(fontSize: 14),