considering.

This commit is contained in:
Kevin G Christiano 2020-12-10 14:29:20 -05:00
parent 0eaa7c1613
commit e5f96dba5c

View File

@ -104,7 +104,7 @@ open class PillButton: Button, MVMCoreUIViewConstrainingProtocol {
self.disabledTitleColor = disabledTitleColor
}
isAccessibilityElement = isEnabled
// isAccessibilityElement = isEnabled
if isEnabled {
if let fillColor = buttonModel?.enabledColors.fill {