Marino Faggiana 8 vuotta sitten
vanhempi
commit
db39bdb72a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      iOSClient/Notification/CCNotification.swift

+ 1 - 1
iOSClient/Notification/CCNotification.swift

@@ -87,7 +87,7 @@ class CCNotification: UITableViewController, OCNetworkingDelegate {
                 self.appDelegate.addNetworkingOperationQueue(self.appDelegate.netQueue, delegate: self, metadataNet: metadataNet)
             }
             
-            remove.backgroundColor = .green
+            remove.backgroundColor = .red
  
             return [remove]