marinofaggiana 4 年之前
父節點
當前提交
3cab8282d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iOSClient/Brand/NCBrand.swift

+ 1 - 1
iOSClient/Brand/NCBrand.swift

@@ -295,7 +295,7 @@ class NCBrandColor: NSObject {
         cacheImages.folderAutomaticUpload = UIImage(named: "folderAutomaticUpload")!.image(color: brandElement, size: folderWidth)
         cacheImages.folder =  UIImage(named: "folder")!.image(color: brandElement, size: folderWidth)
         
-        cacheImages.checkedYes = NCUtility.shared.loadImage(named: "checkmark.circle.fill", color: .darkGray)
+        cacheImages.checkedYes = NCUtility.shared.loadImage(named: "checkmark.circle.fill", color: .systemBlue)
         cacheImages.checkedNo = NCUtility.shared.loadImage(named: "circle", color: gray)
         
         cacheImages.buttonMore = UIImage(named: "more")!.image(color: gray, size: 50)