diff --git a/lib/screens/home/home.dart b/lib/screens/home/home.dart index 2721591..0328079 100644 --- a/lib/screens/home/home.dart +++ b/lib/screens/home/home.dart @@ -247,7 +247,7 @@ class _HomeScreenState extends State { SizedBox( height: 20.0, ), - ExpensesChart() + Container(height: 200, width: 200, child: ExpensesChart()) ], ) ],