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 = ""