瀏覽代碼

fix iOS 12 color

marinofaggiana 3 年之前
父節點
當前提交
24e10c722f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
             }
         }
     }