remove unused

This commit is contained in:
Pfeil, Scott Robert 2020-01-30 11:56:57 -05:00
parent 58a40a7752
commit 521fc75e59

View File

@ -32,7 +32,7 @@ open class PillButton: Button, MVMCoreUIViewConstrainingProtocol, FormValidation
public func stylePrimary() {
setTitleColor(.white, for: .normal)
setTitleColor(.white, for: .disabled)
layer.borderWidth = 0;
layer.borderWidth = 0
if isEnabled {
backgroundColor = .black
} else {