We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed791a4 commit 4d94052Copy full SHA for 4d94052
lib/Components/filter_by_status.dart
@@ -686,7 +686,8 @@ class _FilterByStatusState extends State<FilterByStatus> {
686
.toList()[index]]
687
.toString(),
688
style: TextStyle(
689
- color: ThemeProvider.theme.primaryColorLight,
+ color: ThemeProvider
690
+ .theme.primaryColorLight,
691
fontFamily: 'Montserrat',
692
fontSize: 15,
693
fontWeight: FontWeight.bold)),
0 commit comments