remove unused
This commit is contained in:
parent
58a40a7752
commit
521fc75e59
@ -32,7 +32,7 @@ open class PillButton: Button, MVMCoreUIViewConstrainingProtocol, FormValidation
|
|||||||
public func stylePrimary() {
|
public func stylePrimary() {
|
||||||
setTitleColor(.white, for: .normal)
|
setTitleColor(.white, for: .normal)
|
||||||
setTitleColor(.white, for: .disabled)
|
setTitleColor(.white, for: .disabled)
|
||||||
layer.borderWidth = 0;
|
layer.borderWidth = 0
|
||||||
if isEnabled {
|
if isEnabled {
|
||||||
backgroundColor = .black
|
backgroundColor = .black
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user