Status editor: Vertical image alt
This commit is contained in:
parent
8236029432
commit
dc47f93ca4
@ -15,7 +15,9 @@ struct StatusEditorMediaEditView: View {
|
||||
NavigationStack {
|
||||
Form {
|
||||
Section {
|
||||
TextField("status.editor.media.image-description", text: $imageDescription, axis: .horizontal)
|
||||
TextField("status.editor.media.image-description",
|
||||
text: $imageDescription,
|
||||
axis: .vertical)
|
||||
}
|
||||
.listRowBackground(theme.primaryBackgroundColor)
|
||||
Section {
|
||||
|
Loading…
x
Reference in New Issue
Block a user