mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Reskin: Change the 2 notifications colors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user