added weight and dim color to the dashboard QL icons

This commit is contained in:
asif
2025-08-29 21:35:20 +05:30
parent f934f0bff6
commit c369ad415d

View File

@@ -659,7 +659,11 @@ class _DashboardScreenState extends State<DashboardScreen> {
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(