Reskin: Change the 2 notifications colors

This commit is contained in:
manuroe
2018-11-30 16:36:34 +01:00
parent 8cdb5f5988
commit 58b1ff9381
7 changed files with 22 additions and 11 deletions
@@ -22,6 +22,7 @@
#import "MXEvent.h"
#import "RiotDesignValues.h"
#import "Riot-Swift.h"
#pragma mark - Constant definitions
@@ -62,7 +63,7 @@ NSString *const kInviteRecentTableViewCellRoomKey = @"kInviteRecentTableViewCell
self.leftButton.backgroundColor = kRiotColorGreen;
self.rightButton.backgroundColor = kRiotColorGreen;
self.noticeBadgeView.backgroundColor = kRiotColorPinkRed;
self.noticeBadgeView.backgroundColor = RiotDesignValues.colorValues.notificationMention;
}
- (void)onDeclinePressed:(id)sender