Skip to content

Commit a013a76

Browse files
author
s.veretennikov
committed
[trello.com/c/F7EV0pKq] Revert color selection for a button
1 parent 720939f commit a013a76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Adamant/Modules/Chat/View/Managers/ChatDialogManager.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ private extension ChatDialogManager {
208208
)
209209
)
210210
let cancelButton = UIAlertAction(title: .adamant.alert.cancel, style: .default)
211-
cancelButton.setValue(UIColor.blue, forKey: "titleTextColor")
212211
alert.addAction(cancelButton)
213212
alert.modalPresentationStyle = .overFullScreen
214213
dialogService.present(alert, animated: true, completion: nil)

0 commit comments

Comments
 (0)