mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
Groups: self-management of membership of groups
- Prepare Group Details screen vector-im/riot-meta#114
This commit is contained in:
@@ -54,8 +54,8 @@ NSString *const kGroupInviteTableViewCellRoomKey = @"kGroupInviteTableViewCellRo
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.leftButton.backgroundColor = kRiotColorGreen;
|
||||
self.rightButton.backgroundColor = kRiotColorGreen;
|
||||
self.leftButton.backgroundColor = kRiotColorBlue;
|
||||
self.rightButton.backgroundColor = kRiotColorBlue;
|
||||
|
||||
self.noticeBadgeView.backgroundColor = kRiotColorPinkRed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user