mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
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)
|
||||
.frame(height: ComposeContentToolbarView.toolbarHeight)
|
||||
.background(Color(viewModel.backgroundColor))
|
||||
.accessibilityElement(children: .contain)
|
||||
// TODO: i18n
|
||||
.accessibilityLabel("Post Options")
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user