From c369ad415d6fe70ea53ddf36231da0b4dc39356b Mon Sep 17 00:00:00 2001 From: asif Date: Fri, 29 Aug 2025 21:35:20 +0530 Subject: [PATCH] added weight and dim color to the dashboard QL icons --- lib/features/dashboard/screens/dashboard_screen.dart | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/features/dashboard/screens/dashboard_screen.dart b/lib/features/dashboard/screens/dashboard_screen.dart index d07483b..ba102ac 100644 --- a/lib/features/dashboard/screens/dashboard_screen.dart +++ b/lib/features/dashboard/screens/dashboard_screen.dart @@ -659,7 +659,11 @@ class _DashboardScreenState extends State { Icon( icon, size: 30, - color: disable ? Colors.grey : Theme.of(context).primaryColor, + color: disable + ? theme.colorScheme.surfaceContainerHighest + : theme.primaryColor, + grade: 200, + weight: 700, ), const SizedBox(height: 4), Text(