We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74149df commit af4e8bfCopy full SHA for af4e8bf
1 file changed
Bitkit/Components/Widgets/BaseWidget.swift
@@ -191,6 +191,7 @@ struct BaseWidget<Content: View>: View {
191
}
192
193
.contentShape(Rectangle())
194
+ .accessibilityElement(children: .contain)
195
.accessibilityIdentifierIfPresent(isEditing ? nil : "\(type.rawValue.capitalized)Widget")
196
.frame(maxWidth: .infinity)
197
.padding((hasBackground || isEditing) ? 16 : 0)
0 commit comments