Skip to content

Commit ccf9224

Browse files
committed
将时间表设置按钮的样式进行统一
1 parent 3eb502b commit ccf9224

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/pages/timeline/timeline_page.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ class _TimelinePageState extends State<TimelinePage>
449449
},
450450
),
451451
),
452-
floatingActionButton: FloatingActionButton.extended(
452+
floatingActionButton: FloatingActionButton(
453453
onPressed: () async {
454454
KazumiDialog.showBottomSheet(
455455
backgroundColor: Theme.of(context).colorScheme.surface,
@@ -475,8 +475,7 @@ class _TimelinePageState extends State<TimelinePage>
475475
},
476476
);
477477
},
478-
icon: const Icon(Icons.sort),
479-
label: const Text("时间表设置"),
478+
child: const Icon(Icons.tune),
480479
),
481480
body: Observer(builder: (context) {
482481
if (timelineController.isLoading &&

0 commit comments

Comments
 (0)