feat:更新颜色模块
This commit is contained in:
@@ -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)),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
@@ -53,6 +53,7 @@ class TodoPageState extends State<TodoPage> {
|
||||
children: [
|
||||
_buildTodoTabs(),
|
||||
_buildTodoSegment(),
|
||||
SizedBox(height: 6),
|
||||
Expanded(child: _buildActiveTodoList(context)),
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user