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
@@ -593,7 +593,7 @@ NSString *const kRecentsDataSourceTapOnDirectoryServerChange = @"kRecentsDataSou
if (count)
{
UILabel *missedNotifAndUnreadBadgeLabel = [[UILabel alloc] init];
missedNotifAndUnreadBadgeLabel.textColor = ThemeService.shared.theme.backgroundColor;
missedNotifAndUnreadBadgeLabel.textColor = ThemeService.shared.theme.baseTextPrimaryColor;
missedNotifAndUnreadBadgeLabel.font = [UIFont boldSystemFontOfSize:14];
if (count > 1000)
{