Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
[client] accidentally a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Aug 19, 2016
1 parent 7ad13b7 commit d87e95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/HBTSStatusBarForegroundView.xm
Original file line number Diff line number Diff line change
Expand Up @@ -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
}];

Expand Down

0 comments on commit d87e95e

Please sign in to comment.