2
2
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:
Jed Fox 2022-11-06 20:51:13 -05:00
parent 7a3b9205e5
commit 7ac9e7c564
No known key found for this signature in database
GPG Key ID: 0B61D18EA54B47E1

View File

@ -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")
}
}