浏览代码

new color bar share

Marino Faggiana 8 年之前
父节点
当前提交
d368f7699b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iOSClient/Brand/CCNextcloudConstant.h

+ 1 - 1
iOSClient/Brand/CCNextcloudConstant.h

@@ -79,7 +79,7 @@
 
 #define COLOR_NAVIGATIONBAR             [UIColor colorWithRed:0.0/255.0 green:130.0/255.0 blue:201.0/255.0 alpha:1.0]                   // BLU NC : #0082c9
 
-#define COLOR_NAVIGATIONBAR_SHARE       [UIColor colorWithRed:0.0/255.0 green:130.0/255.0 blue:201.0/255.0 alpha:1.0]                   // BLU NC : #0082c9
+#define COLOR_NAVIGATIONBAR_SHARE       [UIColor colorWithRed:18.0/255.0 green:52.0/255.0 blue:78.0/255.0 alpha:1.0]               ;
 
 #define COLOR_NAVIGATIONBAR_TEXT        [UIColor whiteColor]
 #define COLOR_NAVIGATIONBAR_PROGRESS    [UIColor whiteColor]