diff --git a/Pod/Classes/DialogView.swift b/Pod/Classes/DialogView.swift index b2848e0..1206a57 100644 --- a/Pod/Classes/DialogView.swift +++ b/Pod/Classes/DialogView.swift @@ -284,7 +284,7 @@ open class DialogView : UIView { button.titleLabel?.font = UIFont.boldSystemFont(ofSize: 14) button.defaultBackgroundColor = backgroundColor - button.highlightedBackgroundColor = backgroundColor + button.highlightedBackgroundColor = highlightedBackgroundColor button.dialogView = self self.addButton(button)