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 c1576a3 commit 46a596bCopy full SHA for 46a596b
lib/widgets/taskdetails/tags_widget.dart
@@ -140,7 +140,7 @@ class TagsRouteState extends State<TagsRoute> {
140
if (draftTags != null)
141
for (var tag in draftTags!.build())
142
FilterChip(
143
- backgroundColor: TaskWarriorColors.grey,
+ backgroundColor: TaskWarriorColors.lightGrey,
144
onSelected: (_) => _removeTag(tag),
145
label: Text(
146
'+$tag ${_pendingTags?[tag]?.frequency ?? 0}',
0 commit comments