Add description to compose content toolbar container
This commit is contained in:
parent
7a3b9205e5
commit
7ac9e7c564
|
@ -92,6 +92,9 @@ struct ComposeContentToolbarView: View {
|
||||||
.padding(.trailing, 16)
|
.padding(.trailing, 16)
|
||||||
.frame(height: ComposeContentToolbarView.toolbarHeight)
|
.frame(height: ComposeContentToolbarView.toolbarHeight)
|
||||||
.background(Color(viewModel.backgroundColor))
|
.background(Color(viewModel.backgroundColor))
|
||||||
|
.accessibilityElement(children: .contain)
|
||||||
|
// TODO: i18n
|
||||||
|
.accessibilityLabel("Post Options")
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue