Marino Faggiana 8 年之前
父节点
当前提交
db39bdb72a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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]