mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-28 21:47:56 +08:00
feat: change status color
This commit is contained in:
@@ -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!,
|
||||||
|
|||||||
Reference in New Issue
Block a user