@@ -74,7 +74,7 @@ class _FilterByStatusState extends State<FilterByStatus> {
74
74
child: Center (
75
75
child: Text (torrentLength,
76
76
style: TextStyle (
77
- color: Colors .black45 ,
77
+ color: ThemeProvider .theme.primaryColorLight ,
78
78
fontFamily: 'Montserrat' ,
79
79
fontSize: 15 ,
80
80
fontWeight: FontWeight .bold)),
@@ -144,7 +144,7 @@ class _FilterByStatusState extends State<FilterByStatus> {
144
144
.toString ()
145
145
: '0' ,
146
146
style: TextStyle (
147
- color: Colors .black45 ,
147
+ color: ThemeProvider .theme.primaryColorLight ,
148
148
fontFamily: 'Montserrat' ,
149
149
fontSize: 15 ,
150
150
fontWeight: FontWeight .bold)),
@@ -213,7 +213,7 @@ class _FilterByStatusState extends State<FilterByStatus> {
213
213
? filterModel.mapStatus['seeding' ].toString ()
214
214
: '0' ,
215
215
style: TextStyle (
216
- color: Colors .black45 ,
216
+ color: ThemeProvider .theme.primaryColorLight ,
217
217
fontFamily: 'Montserrat' ,
218
218
fontSize: 15 ,
219
219
fontWeight: FontWeight .bold)),
@@ -282,7 +282,7 @@ class _FilterByStatusState extends State<FilterByStatus> {
282
282
? filterModel.mapStatus['complete' ].toString ()
283
283
: '0' ,
284
284
style: TextStyle (
285
- color: Colors .black45 ,
285
+ color: ThemeProvider .theme.primaryColorLight ,
286
286
fontFamily: 'Montserrat' ,
287
287
fontSize: 15 ,
288
288
fontWeight: FontWeight .bold)),
@@ -351,7 +351,7 @@ class _FilterByStatusState extends State<FilterByStatus> {
351
351
? filterModel.mapStatus['stopped' ].toString ()
352
352
: '0' ,
353
353
style: TextStyle (
354
- color: Colors .black45 ,
354
+ color: ThemeProvider .theme.primaryColorLight ,
355
355
fontFamily: 'Montserrat' ,
356
356
fontSize: 15 ,
357
357
fontWeight: FontWeight .bold)),
@@ -420,7 +420,7 @@ class _FilterByStatusState extends State<FilterByStatus> {
420
420
? filterModel.mapStatus['active' ].toString ()
421
421
: '0' ,
422
422
style: TextStyle (
423
- color: Colors .black45 ,
423
+ color: ThemeProvider .theme.primaryColorLight ,
424
424
fontFamily: 'Montserrat' ,
425
425
fontSize: 15 ,
426
426
fontWeight: FontWeight .bold)),
@@ -489,7 +489,7 @@ class _FilterByStatusState extends State<FilterByStatus> {
489
489
? filterModel.mapStatus['inactive' ].toString ()
490
490
: '0' ,
491
491
style: TextStyle (
492
- color: Colors .black45 ,
492
+ color: ThemeProvider .theme.primaryColorLight ,
493
493
fontFamily: 'Montserrat' ,
494
494
fontSize: 15 ,
495
495
fontWeight: FontWeight .bold)),
@@ -558,7 +558,7 @@ class _FilterByStatusState extends State<FilterByStatus> {
558
558
? filterModel.mapStatus['error' ].toString ()
559
559
: '0' ,
560
560
style: TextStyle (
561
- color: Colors .black45 ,
561
+ color: ThemeProvider .theme.primaryColorLight ,
562
562
fontFamily: 'Montserrat' ,
563
563
fontSize: 15 ,
564
564
fontWeight: FontWeight .bold)),
@@ -621,7 +621,7 @@ class _FilterByStatusState extends State<FilterByStatus> {
621
621
child: Center (
622
622
child: Text (torrentLength,
623
623
style: TextStyle (
624
- color: Colors .black45 ,
624
+ color: ThemeProvider .theme.primaryColorLight ,
625
625
fontFamily: 'Montserrat' ,
626
626
fontSize: 15 ,
627
627
fontWeight: FontWeight .bold)),
@@ -686,7 +686,8 @@ class _FilterByStatusState extends State<FilterByStatus> {
686
686
.toList ()[index]]
687
687
.toString (),
688
688
style: TextStyle (
689
- color: Colors .black45,
689
+ color: ThemeProvider
690
+ .theme.primaryColorLight,
690
691
fontFamily: 'Montserrat' ,
691
692
fontSize: 15 ,
692
693
fontWeight: FontWeight .bold)),
0 commit comments