remove unused
This commit is contained in:
parent
58a40a7752
commit
521fc75e59
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user