Reskin: Change the 2 notifications colors

This commit is contained in:
manuroe
2018-11-30 16:36:34 +01:00
parent 477361e474
commit ba51d3630f
7 changed files with 22 additions and 11 deletions
+2 -2
View File
@@ -4219,11 +4219,11 @@
// Set the right background color
if (highlightCount)
{
missedDiscussionsBadgeLabelBgView.backgroundColor = kRiotColorPinkRed;
missedDiscussionsBadgeLabelBgView.backgroundColor = RiotDesignValues.colorValues.notificationMention;
}
else
{
missedDiscussionsBadgeLabelBgView.backgroundColor = kRiotColorGreen;
missedDiscussionsBadgeLabelBgView.backgroundColor = RiotDesignValues.colorValues.notificationUnread;
}
if (!missedDiscussionsButton || [leftBarButtonItems indexOfObject:missedDiscussionsButton] == NSNotFound)