diff --git a/ui/lib/welcome_page.dart b/ui/lib/welcome_page.dart index c39f963..ebc56ab 100644 --- a/ui/lib/welcome_page.dart +++ b/ui/lib/welcome_page.dart @@ -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!,