Browse Source

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 years ago
parent
commit
ff1d59f238
1 changed files with 2 additions and 2 deletions
  1. 2 2
      iOSClient/Brand/NCBrand.swift

+ 2 - 2
iOSClient/Brand/NCBrand.swift

@@ -265,9 +265,9 @@ class NCBrandColor: NSObject {
     @objc public var systemGray1: UIColor {
         get {
             if #available(iOS 13, *) {
-                return UIColor(red: 0.60, green: 0.60, blue: 0.7, alpha: 1.0)
+                return UIColor(red: 0.60, green: 0.60, blue: 0.60, alpha: 1.0)
             } else {
-                return UIColor(red: 0.60, green: 0.60, blue: 0.7, alpha: 1.0)
+                return UIColor(red: 0.60, green: 0.60, blue: 0.60, alpha: 1.0)
             }
         }
     }