mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 02: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!))
|
||||
: null,
|
||||
backgroundColor: tag.color,
|
||||
deleteIconColor: tag.textColor,
|
||||
onDeleted: () => field.didChange(
|
||||
(field.value as IdsTagsQuery).withIdsRemoved([tag.id!]),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user