|
@@ -3560,7 +3560,7 @@
|
|
|
actionSheet.encryptedButtonTextAttributes = @{ NSFontAttributeName:[UIFont systemFontOfSize:16], NSForegroundColorAttributeName:[NCBrandColor sharedInstance].encrypted };
|
|
|
actionSheet.buttonTextAttributes = @{ NSFontAttributeName:[UIFont systemFontOfSize:16], NSForegroundColorAttributeName:[UIColor blackColor] };
|
|
|
actionSheet.cancelButtonTextAttributes = @{ NSFontAttributeName:[UIFont boldSystemFontOfSize:17], NSForegroundColorAttributeName:[UIColor blackColor] };
|
|
|
- actionSheet.disableButtonTextAttributes = @{ NSFontAttributeName:[UIFont systemFontOfSize:16], NSForegroundColorAttributeName:[UIColor darkGrayColor] };
|
|
|
+ actionSheet.disableButtonTextAttributes = @{ NSFontAttributeName:[UIFont systemFontOfSize:16], NSForegroundColorAttributeName:[UIColor blackColor] };
|
|
|
|
|
|
actionSheet.separatorColor = [NCBrandColor sharedInstance].seperator;
|
|
|
actionSheet.cancelButtonTitle = NSLocalizedString(@"_cancel_",nil);
|
|
@@ -3580,7 +3580,7 @@
|
|
|
|
|
|
[actionSheet addButtonWithTitle:_metadata.fileNameView
|
|
|
image:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"folder"] multiplier:2 color:[NCBrandColor sharedInstance].brandElement]
|
|
|
- backgroundColor:[NCBrandColor sharedInstance].tabBar
|
|
|
+ backgroundColor:[NCBrandColor sharedInstance].backgroundView
|
|
|
height:50.0
|
|
|
type:AHKActionSheetButtonTypeDisabled
|
|
|
handler:nil
|
|
@@ -3762,7 +3762,7 @@
|
|
|
|
|
|
[actionSheet addButtonWithTitle: _metadata.fileNameView
|
|
|
image: iconHeader
|
|
|
- backgroundColor: [NCBrandColor sharedInstance].tabBar
|
|
|
+ backgroundColor: [NCBrandColor sharedInstance].backgroundView
|
|
|
height: 50.0
|
|
|
type: AHKActionSheetButtonTypeDisabled
|
|
|
handler: nil
|