Przeglądaj źródła

#2369

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 lat temu
rodzic
commit
7ff1594bf0

+ 1 - 1
iOSClient/Share/Advanced/NCShareAdvancePermissionFooter.swift

@@ -44,7 +44,7 @@ class NCShareAdvancePermissionFooter: UIView {
         buttonCancel.layer.borderColor = UIColor.systemGray.cgColor
         buttonCancel.backgroundColor = .secondarySystemBackground
         buttonCancel.addTarget(self, action: #selector(cancelClicked), for: .touchUpInside)
-        buttonCancel.setTitleColor(.black, for: .normal)
+        buttonCancel.setTitleColor(.systemGray, for: .normal)
 
         buttonNext.setTitle(NSLocalizedString(delegate?.isNewShare == true ? "_share_" : "_save_", comment: ""), for: .normal)
         buttonNext.layer.cornerRadius = 25