diff --git a/lib/feature/dashboard/widgets/today_stats.dart b/lib/feature/dashboard/widgets/today_stats.dart index 10e18e5..e495b79 100644 --- a/lib/feature/dashboard/widgets/today_stats.dart +++ b/lib/feature/dashboard/widgets/today_stats.dart @@ -18,7 +18,6 @@ class TodayStats extends HookConsumerWidget { padding: const EdgeInsets.only(left: 10, bottom: 20), child: Row( children: const [ - Icon(Icons.area_chart_rounded, size: 24, color: CoodigColors.grey), Text('Today', style: TextStyle(color: CoodigColors.grey, fontSize: 22, fontWeight: FontWeight.w600)), ], ),