Marino Faggiana 8 years ago
parent
commit
db39bdb72a
1 changed files with 1 additions and 1 deletions
  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]