mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 06:07:57 -06:00
Fixed delete icon background color
This commit is contained in:
@@ -253,6 +253,7 @@ class _TagFormFieldState extends State<TagFormField> {
|
|||||||
? () => field.didChange(currentQuery.withIdQueryToggled(tag.id!))
|
? () => field.didChange(currentQuery.withIdQueryToggled(tag.id!))
|
||||||
: null,
|
: null,
|
||||||
backgroundColor: tag.color,
|
backgroundColor: tag.color,
|
||||||
|
deleteIconColor: tag.textColor,
|
||||||
onDeleted: () => field.didChange(
|
onDeleted: () => field.didChange(
|
||||||
(field.value as IdsTagsQuery).withIdsRemoved([tag.id!]),
|
(field.value as IdsTagsQuery).withIdsRemoved([tag.id!]),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user