Browse Source

fix color

Marino Faggiana 7 years ago
parent
commit
618bdffe9c
2 changed files with 2 additions and 1 deletions
  1. 1 1
      iOSClient/Activity/CCActivity.m
  2. 1 0
      iOSClient/Brand/NCBrand.swift

+ 1 - 1
iOSClient/Activity/CCActivity.m

@@ -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"];

+ 1 - 0
iOSClient/Brand/NCBrand.swift

@@ -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