Skip to content

Commit

Permalink
refactor: dashboard design
Browse files Browse the repository at this point in the history
  • Loading branch information
uswebk committed Sep 16, 2023
1 parent 45ad83d commit 2650bc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/feature/dashboard/widgets/today_stats.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
],
),
Expand Down

0 comments on commit 2650bc2

Please sign in to comment.