We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b32428 commit 6815e85Copy full SHA for 6815e85
GOVKit/Sources/GOVKit/SwiftUIViews/GroupedList/GroupedListSectionIconView.swift
@@ -24,6 +24,7 @@ struct GroupedListSectionIconView: View {
24
.foregroundStyle(Color(UIColor.govUK.text.trailingIcon))
25
.padding(.trailing, 16)
26
.padding(.vertical, 8)
27
+ .accessibilityLabel(Text(section.heading?.title ?? ""))
28
}
29
.background(Color(UIColor.govUK.fills.surfaceListHeading))
30
Divider()
0 commit comments