Manos Chorianopoulos

fix popups button colors

...@@ -78,7 +78,7 @@ import UIKit ...@@ -78,7 +78,7 @@ import UIKit
78 78
79 } 79 }
80 }) 80 })
81 - cancelButton.setValue(UIColor(rgb: 0xFC5757), forKey: "titleTextColor") 81 + // cancelButton.setValue(UIColor(rgb: 0xFC5757), forKey: "titleTextColor")
82 alert.addAction(cancelButton) 82 alert.addAction(cancelButton)
83 83
84 alert.addAction(UIAlertAction(title: "Ενεργοποίηση", style: .default, handler: { action in 84 alert.addAction(UIAlertAction(title: "Ενεργοποίηση", style: .default, handler: { action in
......
...@@ -133,7 +133,7 @@ import SwiftEventBus ...@@ -133,7 +133,7 @@ import SwiftEventBus
133 133
134 } 134 }
135 }) 135 })
136 - cancelButton.setValue(UIColor(rgb: 0xFC5757), forKey: "titleTextColor") 136 + // cancelButton.setValue(UIColor(rgb: 0xFC5757), forKey: "titleTextColor")
137 alert.addAction(cancelButton) 137 alert.addAction(cancelButton)
138 138
139 alert.addAction(UIAlertAction(title: "Αποστολή", style: .default, handler: { action in 139 alert.addAction(UIAlertAction(title: "Αποστολή", style: .default, handler: { action in
......
...@@ -134,7 +134,7 @@ import UIKit ...@@ -134,7 +134,7 @@ import UIKit
134 134
135 } 135 }
136 }) 136 })
137 - cancelButton.setValue(UIColor(rgb: 0xFC5757), forKey: "titleTextColor") 137 + // cancelButton.setValue(UIColor(rgb: 0xFC5757), forKey: "titleTextColor")
138 alert.addAction(cancelButton) 138 alert.addAction(cancelButton)
139 139
140 alert.addAction(UIAlertAction(title: "Ενεργοποίηση", style: .default, handler: { action in 140 alert.addAction(UIAlertAction(title: "Ενεργοποίηση", style: .default, handler: { action in
......
...@@ -3078,7 +3078,7 @@ public class swiftApi { ...@@ -3078,7 +3078,7 @@ public class swiftApi {
3078 3078
3079 } 3079 }
3080 }) 3080 })
3081 - cancelButton.setValue(UIColor(rgb: 0xFC5757), forKey: "titleTextColor") 3081 + // cancelButton.setValue(UIColor(rgb: 0xFC5757), forKey: "titleTextColor")
3082 alert.addAction(cancelButton) 3082 alert.addAction(cancelButton)
3083 3083
3084 alert.addAction(UIAlertAction(title: "Ενεργοποίηση", style: .default, handler: { action in 3084 alert.addAction(UIAlertAction(title: "Ενεργοποίηση", style: .default, handler: { action in
...@@ -3163,7 +3163,7 @@ public class swiftApi { ...@@ -3163,7 +3163,7 @@ public class swiftApi {
3163 3163
3164 } 3164 }
3165 }) 3165 })
3166 - cancelButton.setValue(UIColor(rgb: 0xFC5757), forKey: "titleTextColor") 3166 + // cancelButton.setValue(UIColor(rgb: 0xFC5757), forKey: "titleTextColor")
3167 alert.addAction(cancelButton) 3167 alert.addAction(cancelButton)
3168 3168
3169 alert.addAction(UIAlertAction(title: "Απόρριψη", style: .default, handler: { action in 3169 alert.addAction(UIAlertAction(title: "Απόρριψη", style: .default, handler: { action in
......