Fix tag assignment in post UI
This commit is contained in:
@ -18,7 +18,7 @@ struct TagDisplayView: View {
|
||||
FlowHStack {
|
||||
ForEach(tags, id: \.identifier) { tag in
|
||||
TagView(text: tag.localized(in: language).name)
|
||||
.foregroundStyle(.white)
|
||||
.foregroundStyle(.white)
|
||||
}
|
||||
Button(action: { showTagPicker = true }) {
|
||||
Image(systemSymbol: .squareAndPencilCircleFill)
|
||||
|
Reference in New Issue
Block a user