Reskin: Change the 2 notifications colors

This commit is contained in:
manuroe
2018-11-30 16:36:34 +01:00
parent d689880aee
commit 9fea29617e
7 changed files with 22 additions and 11 deletions
@@ -17,6 +17,7 @@
#import "GroupInviteTableViewCell.h"
#import "RiotDesignValues.h"
#import "Riot-Swift.h"
#pragma mark - Constant definitions
@@ -57,7 +58,7 @@ NSString *const kGroupInviteTableViewCellRoomKey = @"kGroupInviteTableViewCellRo
self.leftButton.backgroundColor = kRiotColorBlue;
self.rightButton.backgroundColor = kRiotColorBlue;
self.noticeBadgeView.backgroundColor = kRiotColorPinkRed;
self.noticeBadgeView.backgroundColor = RiotDesignValues.colorValues.notificationMention;
}
- (void)onDeclinePressed:(id)sender