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 0d2a18741f
commit a619500e3c
7 changed files with 16 additions and 5 deletions
@@ -47,7 +47,7 @@
if (self.missedNotifAndUnreadBadgeLabel)
{
self.missedNotifAndUnreadBadgeLabel.textColor = ThemeService.shared.theme.backgroundColor;
self.missedNotifAndUnreadBadgeLabel.textColor = ThemeService.shared.theme.baseTextPrimaryColor;
}
self.groupAvatar.defaultBackgroundColor = [UIColor clearColor];