Browse Source

fix iOS 12 color

marinofaggiana 3 years ago
parent
commit
24e10c722f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Brand/NCBrand.swift

+ 1 - 1
iOSClient/Brand/NCBrand.swift

@@ -217,7 +217,7 @@ class NCBrandColor: NSObject {
             if #available(iOS 13, *) {
                 return .separator
             } else {
-                return UIColor(red: 0.24, green: 0.24, blue: 0.26, alpha: 1.0)
+                return UIColor(red: 0.89, green: 0.89, blue: 0.89, alpha: 1.0)
             }
         }
     }