mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
tweaking share view controller
This commit is contained in:
parent
326dbd4150
commit
5f29c4552d
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@
|
|||
|
||||
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) {
|
||||
self.navigationController.navigationBar.tintColor = [UIColor colorWithRed:0.16f green:0.36f blue:0.46 alpha:0.9];
|
||||
} else {
|
||||
self.submitButton.tintColor = UIColorFromRGB(0x709d3c);
|
||||
}
|
||||
|
||||
[super viewDidLoad];
|
||||
|
|
Loading…
Add table
Reference in a new issue