ui: change icon

This commit is contained in:
Simon Ding
2024-08-11 23:42:43 +08:00
parent 6fd39d818c
commit 3c37948798

View File

@@ -91,11 +91,13 @@ class _ActivityPageState extends ConsumerState<ActivityPage>
));
} else if (ac.status == "seeding") {
//seeding
return const Tooltip(
return Tooltip(
message: "做种中",
child: Icon(
Icons.upload,
//color: Colors.blue,
Icons.keyboard_double_arrow_up,
color: Theme.of(context)
.colorScheme
.inversePrimary,
),
);
} else if (ac.status == "success") {