mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
iOS: fixed vertical separator theme issue
This commit is contained in:
parent
ebfdc6738a
commit
b47343ad4a
1 changed files with 3 additions and 0 deletions
|
@ -294,6 +294,9 @@
|
|||
}
|
||||
|
||||
- (void)updateTheme {
|
||||
self.leftBorder.backgroundColor = UIColorFromRGB(0xC2C5BE).CGColor;
|
||||
self.rightBorder.backgroundColor = UIColorFromRGB(0xC2C5BE).CGColor;
|
||||
|
||||
self.masterNavigationController.navigationBar.tintColor = UIColorFromRGB(0x8F918B);
|
||||
self.masterNavigationController.navigationBar.barTintColor = UIColorFromRGB(0xE3E6E0);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue