We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5186088 commit c685f33Copy full SHA for c685f33
lib/screens/widgets/download_progress_reminder.dart
@@ -69,6 +69,8 @@ class _DownloadProgressReminderState extends State<DownloadProgressReminder>
69
const Spacer(),
70
LinearProgressIndicator(
71
value: progress,
72
+ color:
73
+ Theme.of(context).colorScheme.primary.withOpacity(0.5),
74
),
75
],
76
0 commit comments