Skip to content

Commit ef9d808

Browse files
authored
GOVUKAPP-1298 Grouped list header icon (#301)
Ignore decorative icon for accessibility
1 parent 2c61342 commit ef9d808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GOVKit/Sources/GOVKit/SwiftUIViews/GroupedList/GroupedListSectionIconView.swift

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ struct GroupedListSectionIconView: View {
2424
.foregroundStyle(Color(UIColor.govUK.text.trailingIcon))
2525
.padding(.trailing, 16)
2626
.padding(.vertical, 8)
27+
.accessibilityHidden(true)
2728
}
2829
.background(Color(UIColor.govUK.fills.surfaceListHeading))
2930
Divider()

0 commit comments

Comments
 (0)