Skip to content

Commit 4d94052

Browse files
committed
resolve some formatting issues
1 parent ed791a4 commit 4d94052

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Components/filter_by_status.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,8 @@ class _FilterByStatusState extends State<FilterByStatus> {
686686
.toList()[index]]
687687
.toString(),
688688
style: TextStyle(
689-
color: ThemeProvider.theme.primaryColorLight,
689+
color: ThemeProvider
690+
.theme.primaryColorLight,
690691
fontFamily: 'Montserrat',
691692
fontSize: 15,
692693
fontWeight: FontWeight.bold)),

0 commit comments

Comments
 (0)