From d87e95e455bb3d3f7581e34be20fef260fff1081 Mon Sep 17 00:00:00 2001 From: Adam Demasi Date: Fri, 19 Aug 2016 15:12:13 +0930 Subject: [PATCH] [client] accidentally a comma --- client/HBTSStatusBarForegroundView.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/HBTSStatusBarForegroundView.xm b/client/HBTSStatusBarForegroundView.xm index 7dc34f5..39aba4f 100644 --- a/client/HBTSStatusBarForegroundView.xm +++ b/client/HBTSStatusBarForegroundView.xm @@ -129,7 +129,7 @@ // init an attributed string with the standard config NSMutableAttributedString *attributedString = [[NSMutableAttributedString alloc] initWithString:text attributes:@{ - NSFontAttributeName: font + NSFontAttributeName: font, NSForegroundColorAttributeName: self.foregroundStyle.tintColor }];