소스 검색

fix color

marinofaggiana 4 년 전
부모
커밋
c688cc50b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Account Request/NCAccountRequest.swift

+ 1 - 1
iOSClient/Account Request/NCAccountRequest.swift

@@ -197,7 +197,7 @@ extension NCAccountRequest: UITableViewDataSource {
         
         if indexPath.row == accounts.count {
            
-            avatarImage?.image = NCUtility.shared.loadImage(named: "plus").image(color: .black, size: 25)
+            avatarImage?.image = NCUtility.shared.loadImage(named: "plus").image(color: NCBrandColor.shared.textView, size: 25)
             avatarImage?.contentMode = .center
             userLabel?.text = NSLocalizedString("_add_account_", comment: "")