Browse Source

new color separator table

Marino Faggiana 8 years ago
parent
commit
66f4517036
2 changed files with 2 additions and 2 deletions
  1. 1 1
      iOSClient/CCConstant.swift
  2. 1 1
      iOSClient/CCGlobal.h

+ 1 - 1
iOSClient/CCConstant.swift

@@ -29,7 +29,7 @@ class CCConstant: NSObject {
         
         // GLOBLE COLOR DEFINE
         
-        static let k_Color_Seperator: UIColor = UIColor(red: 247.0/255.0, green: 247.0/255.0, blue: 247.0/255.0, alpha: 1.0)
+        static let k_Color_Seperator: UIColor = UIColor(red: 235.0/255.0, green: 235.0/255.0, blue: 235.0/255.0, alpha: 1.0)
         
         static let k_Color_Cryptocloud: UIColor = UIColor(red: 241.0/255.0, green: 90.0/255.0, blue: 34.0/255.0, alpha: 1.0)
         

+ 1 - 1
iOSClient/CCGlobal.h

@@ -291,7 +291,7 @@ extern NSString *const BKPasscodeKeychainServiceName;
 
 #define COLOR_TEXT_NO_CONNECTION        [UIColor colorWithRed:204.0/255.0 green:204.0/255.0 blue:204.0/255.0 alpha:1.0]
 
-#define COLOR_SEPARATOR_TABLE           [UIColor colorWithRed:247.0/255.0 green:247.0/255.0 blue:247.0/255.0 alpha:1.0]                 // iOS 7
+#define COLOR_SEPARATOR_TABLE           [UIColor colorWithRed:235.0/255.0 green:235.0/255.0 blue:235.0/255.0 alpha:1.0]                 // iOS 7
 
 #define COLOR_BACKGROUND_MESSAGE_INFO   [UIColor colorWithRed:0.0/255.0 green:130.0/255.0 blue:201.0/255.0 alpha:1.0]
 #define COLOR_CONTROL_CENTER            [UIColor colorWithRed:0.0/255.0 green:130.0/255.0 blue:201.0/255.0 alpha:1.0]