Skip to content

Commit c685f33

Browse files
authored
fix download progress bar. (#439)
1 parent 5186088 commit c685f33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/screens/widgets/download_progress_reminder.dart

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ class _DownloadProgressReminderState extends State<DownloadProgressReminder>
6969
const Spacer(),
7070
LinearProgressIndicator(
7171
value: progress,
72+
color:
73+
Theme.of(context).colorScheme.primary.withOpacity(0.5),
7274
),
7375
],
7476
),

0 commit comments

Comments
 (0)