Fix bug: Update backgroundColor when buttonsBackgroundColor didSet
This commit is contained in:
parent
2ef69cc5e8
commit
c6f44c7245
|
|
@ -57,6 +57,7 @@ import UIKit
|
|||
for button in [leftButton, rightButton] {
|
||||
button.backgroundColor = buttonsBackgroundColor
|
||||
}
|
||||
backgroundColor = buttonsBackgroundColor
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue