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 975f5f5 commit c1576a3Copy full SHA for c1576a3
lib/widgets/tag_filter.dart
@@ -48,7 +48,7 @@ class TagFiltersWrap extends StatelessWidget {
48
: TaskWarriorColors.white)),
49
backgroundColor: AppSettings.isDarkMode
50
? TaskWarriorColors.kLightSecondaryBackgroundColor
51
- : TaskWarriorColors.kprimaryBackgroundColor,
+ : TaskWarriorColors.ksecondaryBackgroundColor,
52
),
53
for (var entry in filters.tags.entries)
54
FilterChip(
0 commit comments