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