mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
use text chip to display labels in labels view
This commit is contained in:
parent
461004939f
commit
c85c244459
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ struct LabelsView: View {
|
|||
Section(header: Text("Labels")) {
|
||||
ForEach(viewModel.labels, id: \.id) { label in
|
||||
HStack {
|
||||
Text(label.name)
|
||||
TextChip(feedItemLabel: label)
|
||||
Spacer()
|
||||
Button(
|
||||
action: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue