mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
use xmark for remove label button
This commit is contained in:
parent
c8ad2f47a2
commit
be68971a03
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ struct ApplyLabelsView: View {
|
|||
viewModel.removeLabelFromItem(label)
|
||||
}
|
||||
},
|
||||
label: { Image(systemName: "trash").foregroundColor(.appGrayTextContrast) }
|
||||
label: { Image(systemName: "xmark.circle").foregroundColor(.appGrayTextContrast) }
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue