feat:更新颜色模块

This commit is contained in:
2025-11-20 23:40:06 +08:00
parent 6ed9efe06d
commit 3ea162f33e
9 changed files with 798 additions and 785 deletions

View File

@@ -123,7 +123,7 @@ class StatsPageState extends State<StatsPage> {
],
),
const SizedBox(height: 5),
buildFlispStatsCard(allFlisps),
buildFlispStatsCard(context, allFlisps),
],
);
}
@@ -178,7 +178,7 @@ class StatsPageState extends State<StatsPage> {
],
),
const SizedBox(height: 5),
Expanded(child: buildTodoStatsCard(allTodos)),
Expanded(child: buildTodoStatsCard(context, allTodos)),
],
);
}