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( LinearProgressIndicator(
value: 1, value: 1,
color: item.downloadedNum! >= item.monitoredNum! color: item.downloadedNum! >= item.monitoredNum!
? Colors.green ? Colors.teal
: Colors.blue, : Colors.lightGreen,
), ),
Text( Text(
item.name!, item.name!,