summaryrefslogtreecommitdiff
path: root/Juick/Views
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-11-23 00:53:49 +0300
committerGravatar Vitaly Takmazov2017-11-23 00:53:49 +0300
commit78bcc152dadae837af41ab4e42fe9c95342c119e (patch)
treeeade7bfaf218fa8168293fa85893716d252ad22c /Juick/Views
parentf5d748d0e7df6d7f798cd3da5752462bb1b84969 (diff)
add text color to scheme
Diffstat (limited to 'Juick/Views')
-rw-r--r--Juick/Views/MessageCell.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/Views/MessageCell.m b/Juick/Views/MessageCell.m
index 1cfe304..77d54cd 100644
--- a/Juick/Views/MessageCell.m
+++ b/Juick/Views/MessageCell.m
@@ -19,6 +19,7 @@
- (void)awakeFromNib {
[super awakeFromNib];
+ self.text.textColor = [ColorScheme textColor];
self.text.enabledTextCheckingTypes = NSTextCheckingTypeLink;
self.text.delegate = self;
self.text.linkAttributes = @{ (id)kCTForegroundColorAttributeName: [ColorScheme linkColor],