Reskin: Text in badges should be white in dark theme

#2283
This commit is contained in:
manuroe
2019-02-21 13:07:37 +01:00
parent 7580901f34
commit ed3224cba0
7 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -449,7 +449,7 @@
self.expandedHeaderContainer.backgroundColor = ThemeService.shared.theme.baseColor;
self.previewHeaderContainer.backgroundColor = ThemeService.shared.theme.headerBackgroundColor;
missedDiscussionsBadgeLabel.textColor = ThemeService.shared.theme.backgroundColor;
missedDiscussionsBadgeLabel.textColor = ThemeService.shared.theme.baseTextPrimaryColor;
missedDiscussionsBadgeLabel.font = [UIFont boldSystemFontOfSize:14];
missedDiscussionsBadgeLabel.backgroundColor = [UIColor clearColor];