iOS: fixed share view theming

This commit is contained in:
David Sinclair 2016-03-02 14:44:00 -08:00
parent 1fc126ee40
commit 42dbc82788

View file

@ -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);