added weight and dim color to the dashboard QL icons
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user