remvoe
This commit is contained in:
parent
674e63457c
commit
303c28009a
@ -142,7 +142,6 @@ open class CaretLink: Button, MVMCoreUIViewConstrainingProtocol {
|
||||
backgroundColor = color.uiColor
|
||||
}
|
||||
|
||||
accessibilityIdentifier = model.accessibilityIdentifier
|
||||
enabledColor = (model.inverted ? model.enabledColor_inverted : model.enabledColor).uiColor
|
||||
disabledColor = (model.inverted ? model.disabledColor_inverted : model.disabledColor).uiColor
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user