From 43a9a84b030c79691618e8de604fd6c42dc2609b Mon Sep 17 00:00:00 2001 From: vytick Date: Sat, 2 Sep 2017 22:09:45 +0200 Subject: [PATCH] fix for highlightedBackgroundColor --- Pod/Classes/DialogView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)