Status editor: Vertical image alt

This commit is contained in:
Thomas Ricouard 2023-01-26 18:28:26 +01:00
parent 8236029432
commit dc47f93ca4

View file

@ -15,7 +15,9 @@ struct StatusEditorMediaEditView: View {
NavigationStack { NavigationStack {
Form { Form {
Section { Section {
TextField("status.editor.media.image-description", text: $imageDescription, axis: .horizontal) TextField("status.editor.media.image-description",
text: $imageDescription,
axis: .vertical)
} }
.listRowBackground(theme.primaryBackgroundColor) .listRowBackground(theme.primaryBackgroundColor)
Section { Section {