Skip to content

Commit c1576a3

Browse files
minor bug fix
1 parent 975f5f5 commit c1576a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/tag_filter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class TagFiltersWrap extends StatelessWidget {
4848
: TaskWarriorColors.white)),
4949
backgroundColor: AppSettings.isDarkMode
5050
? TaskWarriorColors.kLightSecondaryBackgroundColor
51-
: TaskWarriorColors.kprimaryBackgroundColor,
51+
: TaskWarriorColors.ksecondaryBackgroundColor,
5252
),
5353
for (var entry in filters.tags.entries)
5454
FilterChip(

0 commit comments

Comments
 (0)