From 9982eddce9bfde2de3f9d7a10ba5783bd6c48c65 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 3 May 2024 13:55:25 -0500 Subject: [PATCH] CXTDT-546824 - Notification - Accessibility - Redundant text is provided for the notification icon. Signed-off-by: Matt Bruce --- VDS/Components/Notification/Notification.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/VDS/Components/Notification/Notification.swift b/VDS/Components/Notification/Notification.swift index bd4df763..b1010176 100644 --- a/VDS/Components/Notification/Notification.swift +++ b/VDS/Components/Notification/Notification.swift @@ -104,6 +104,7 @@ open class Notification: View { open var typeIcon = Icon().with { $0.name = .infoBold $0.size = UIDevice.isIPad ? .medium : .small + $0.accessibilityTraits.remove(.image) } /// Icon used for the close.