feat: change status color

This commit is contained in:
Simon Ding
2024-09-27 15:19:45 +08:00
parent 4e457e99b9
commit b717885270

View File

@@ -98,8 +98,8 @@ class MediaCard extends StatelessWidget {
LinearProgressIndicator(
value: 1,
color: item.downloadedNum! >= item.monitoredNum!
? Colors.green
: Colors.blue,
? Colors.teal
: Colors.lightGreen,
),
Text(
item.name!,