Fixed delete icon background color

This commit is contained in:
Anton Stubenbord
2022-11-18 01:11:59 +01:00
parent dd514664b0
commit cf49feb6eb

View File

@@ -253,6 +253,7 @@ class _TagFormFieldState extends State<TagFormField> {
? () => field.didChange(currentQuery.withIdQueryToggled(tag.id!))
: null,
backgroundColor: tag.color,
deleteIconColor: tag.textColor,
onDeleted: () => field.didChange(
(field.value as IdsTagsQuery).withIdsRemoved([tag.id!]),
),