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

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

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