From 8f63e851fb00573a72bce4f722d2f7dbfdce86a9 Mon Sep 17 00:00:00 2001 From: Andrii Momot Date: Fri, 1 Nov 2024 14:52:06 +0100 Subject: [PATCH] fix VO --- .../PushNotificationNudgingView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/FinniversKit/Sources/Components/PushNotificationNudgingView/PushNotificationNudgingView/PushNotificationNudgingView.swift b/FinniversKit/Sources/Components/PushNotificationNudgingView/PushNotificationNudgingView/PushNotificationNudgingView.swift index 1d4472bef..526274b2a 100644 --- a/FinniversKit/Sources/Components/PushNotificationNudgingView/PushNotificationNudgingView/PushNotificationNudgingView.swift +++ b/FinniversKit/Sources/Components/PushNotificationNudgingView/PushNotificationNudgingView/PushNotificationNudgingView.swift @@ -78,6 +78,7 @@ public struct PushNotificationNudgingView: View { Divider() .foregroundColor(.border) } + .accessibilityElement(children: .combine) } }