diff --git a/GOVKit/Sources/GOVKit/SwiftUIViews/GroupedList/GroupedListSectionIconView.swift b/GOVKit/Sources/GOVKit/SwiftUIViews/GroupedList/GroupedListSectionIconView.swift index f1b12d47d..2b864e91a 100644 --- a/GOVKit/Sources/GOVKit/SwiftUIViews/GroupedList/GroupedListSectionIconView.swift +++ b/GOVKit/Sources/GOVKit/SwiftUIViews/GroupedList/GroupedListSectionIconView.swift @@ -24,6 +24,7 @@ struct GroupedListSectionIconView: View { .foregroundStyle(Color(UIColor.govUK.text.trailingIcon)) .padding(.trailing, 16) .padding(.vertical, 8) + .accessibilityHidden(true) } .background(Color(UIColor.govUK.fills.surfaceListHeading)) Divider()