Browse Source

improvements

marinofaggiana 4 năm trước cách đây
mục cha
commit
f75274bd98
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      iOSClient/Account Request/NCAccountRequest.swift

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

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