|
@@ -73,15 +73,15 @@ class NCShareUserMenuView: UIView, UIGestureRecognizerDelegate, NCShareNetworkin
|
|
|
layer.shadowOpacity = 0.2
|
|
|
|
|
|
switchCanReshare.transform = CGAffineTransform(scaleX: 0.75, y: 0.75)
|
|
|
- switchCanReshare.onTintColor = NCBrandColor.sharedInstance.brand
|
|
|
+ switchCanReshare.onTintColor = NCBrandColor.sharedInstance.brandElement
|
|
|
switchCanCreate?.transform = CGAffineTransform(scaleX: 0.75, y: 0.75)
|
|
|
- switchCanCreate?.onTintColor = NCBrandColor.sharedInstance.brand
|
|
|
+ switchCanCreate?.onTintColor = NCBrandColor.sharedInstance.brandElement
|
|
|
switchCanChange?.transform = CGAffineTransform(scaleX: 0.75, y: 0.75)
|
|
|
- switchCanChange?.onTintColor = NCBrandColor.sharedInstance.brand
|
|
|
+ switchCanChange?.onTintColor = NCBrandColor.sharedInstance.brandElement
|
|
|
switchCanDelete?.transform = CGAffineTransform(scaleX: 0.75, y: 0.75)
|
|
|
- switchCanDelete?.onTintColor = NCBrandColor.sharedInstance.brand
|
|
|
+ switchCanDelete?.onTintColor = NCBrandColor.sharedInstance.brandElement
|
|
|
switchSetExpirationDate.transform = CGAffineTransform(scaleX: 0.75, y: 0.75)
|
|
|
- switchSetExpirationDate.onTintColor = NCBrandColor.sharedInstance.brand
|
|
|
+ switchSetExpirationDate.onTintColor = NCBrandColor.sharedInstance.brandElement
|
|
|
|
|
|
labelCanReshare?.text = NSLocalizedString("_share_can_reshare_", comment: "")
|
|
|
labelCanReshare?.textColor = NCBrandColor.sharedInstance.textView
|