mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
iOS: fixed share view theming
This commit is contained in:
parent
1fc126ee40
commit
42dbc82788
1 changed files with 3 additions and 0 deletions
|
@ -137,6 +137,9 @@
|
|||
|
||||
self.view.backgroundColor = UIColorFromRGB(NEWSBLUR_WHITE_COLOR);
|
||||
self.commentField.layer.borderColor = [UIColorFromRGB(0x808080) CGColor];
|
||||
self.commentField.backgroundColor = UIColorFromRGB(0xDCDFD6);
|
||||
self.commentField.textColor = UIColorFromRGB(NEWSBLUR_BLACK_COLOR);
|
||||
self.commentField.tintColor = UIColorFromRGB(NEWSBLUR_BLACK_COLOR);
|
||||
self.storyTitle.textColor = UIColorFromRGB(0x404040);
|
||||
self.storyTitle.shadowColor = UIColorFromRGB(0xF0F0F0);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue