Ver Fonte

fix iOS 12 color

marinofaggiana há 3 anos atrás
pai
commit
24e10c722f
1 ficheiros alterados com 1 adições e 1 exclusões
  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)
             }
         }
     }