Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-17 16:55:43 +08:00
parent 7ae92970ef
commit 906c21e252
5 changed files with 98 additions and 85 deletions

View File

@@ -327,8 +327,11 @@ Widget addWidget(
const BorderRadius.all(Radius.circular(8)),
),
width: 70,
height: 56,
child: const Icon(Icons.bar_chart_rounded),
height: 50,
child: Icon(
Icons.bar_chart_rounded,
color: theme.colorScheme.onSurfaceVariant,
),
),
const SizedBox(width: 10),
Expanded(