Skip to content

Commit 46a596b

Browse files
minor bug fix
1 parent c1576a3 commit 46a596b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/taskdetails/tags_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class TagsRouteState extends State<TagsRoute> {
140140
if (draftTags != null)
141141
for (var tag in draftTags!.build())
142142
FilterChip(
143-
backgroundColor: TaskWarriorColors.grey,
143+
backgroundColor: TaskWarriorColors.lightGrey,
144144
onSelected: (_) => _removeTag(tag),
145145
label: Text(
146146
'+$tag ${_pendingTags?[tag]?.frequency ?? 0}',

0 commit comments

Comments
 (0)