From e5f96dba5c060f5c7d97facbfeaa035dbfb01125 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Thu, 10 Dec 2020 14:29:20 -0500 Subject: [PATCH] considering. --- MVMCoreUI/Atomic/Atoms/Buttons/PillButton.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Atoms/Buttons/PillButton.swift b/MVMCoreUI/Atomic/Atoms/Buttons/PillButton.swift index 4a7a8481..473e033d 100644 --- a/MVMCoreUI/Atomic/Atoms/Buttons/PillButton.swift +++ b/MVMCoreUI/Atomic/Atoms/Buttons/PillButton.swift @@ -104,7 +104,7 @@ open class PillButton: Button, MVMCoreUIViewConstrainingProtocol { self.disabledTitleColor = disabledTitleColor } - isAccessibilityElement = isEnabled +// isAccessibilityElement = isEnabled if isEnabled { if let fillColor = buttonModel?.enabledColors.fill {