Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iOSClient/Share/Advanced/NCShareAdvancePermissionFooter.swift')
-rw-r--r--iOSClient/Share/Advanced/NCShareAdvancePermissionFooter.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/iOSClient/Share/Advanced/NCShareAdvancePermissionFooter.swift b/iOSClient/Share/Advanced/NCShareAdvancePermissionFooter.swift
index 4f72a90c8..3d85540e9 100644
--- a/iOSClient/Share/Advanced/NCShareAdvancePermissionFooter.swift
+++ b/iOSClient/Share/Advanced/NCShareAdvancePermissionFooter.swift
@@ -41,8 +41,8 @@ class NCShareAdvancePermissionFooter: UIView {
buttonCancel.layer.cornerRadius = 25
buttonCancel.layer.masksToBounds = true
buttonCancel.layer.borderWidth = 1
- buttonCancel.layer.borderColor = NCBrandColor.shared.systemGray.cgColor
- buttonCancel.backgroundColor = NCBrandColor.shared.secondarySystemBackground
+ buttonCancel.layer.borderColor = UIColor.systemGray.cgColor
+ buttonCancel.backgroundColor = .secondarySystemBackground
buttonCancel.addTarget(self, action: #selector(cancelClicked), for: .touchUpInside)
buttonCancel.setTitleColor(.black, for: .normal)