@@ -272,7 +272,7 @@
if ([activity.type isEqualToString:k_activityTypeInfo]) {
- actionLabel.textColor = [NCBrandColor sharedInstance].brand;
+ actionLabel.textColor = [NCBrandColor sharedInstance].nextcloud;
if (activity.idActivity == 0)
typeImage.image = [UIImage imageNamed:@"activityTypeInfo"];
@@ -45,6 +45,7 @@ class NCBrandColor: NSObject {
public var tabBar: UIColor = .white
public var tableBackground: UIColor = .white
public var transferBackground: UIColor = UIColor(red: 178.0/255.0, green: 244.0/255.0, blue: 258.0/255.0, alpha: 0.1)
+ public let nextcloud: UIColor = UIColor(red: 0.0/255.0, green: 130.0/255.0, blue: 201.0/255.0, alpha: 1.0)
override init() {
self.brand = self.customer