mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
reskin: ColorValues: suffix UIColor properties names with "Color"
This commit is contained in:
@@ -58,7 +58,7 @@ NSString *const kGroupInviteTableViewCellRoomKey = @"kGroupInviteTableViewCellRo
|
||||
self.leftButton.backgroundColor = kRiotColorBlue;
|
||||
self.rightButton.backgroundColor = kRiotColorBlue;
|
||||
|
||||
self.noticeBadgeView.backgroundColor = RiotDesignValues.colorValues.notificationMention;
|
||||
self.noticeBadgeView.backgroundColor = RiotDesignValues.colorValues.notificationMentionColor;
|
||||
}
|
||||
|
||||
- (void)onDeclinePressed:(id)sender
|
||||
|
||||
Reference in New Issue
Block a user