Groups: self-management of membership of groups

- Custom the group view controllers with the blue color.

vector-im/riot-meta#114
This commit is contained in:
Giom Foret
2017-12-22 14:33:40 +01:00
parent 510b1e990f
commit 7ab07dd865
23 changed files with 106 additions and 80 deletions
@@ -452,7 +452,7 @@
}];
leaveAction.backgroundColor = [MXKTools convertImageToPatternColor:@"remove_icon" backgroundColor:kRiotSecondaryBgColor patternSize:CGSizeMake(74, 74) resourceSize:CGSizeMake(25, 24)];
leaveAction.backgroundColor = [MXKTools convertImageToPatternColor:@"remove_icon" backgroundColor:kRiotSecondaryBgColor patternSize:CGSizeMake(74, 74) resourceSize:CGSizeMake(24, 24)];
[actions insertObject:leaveAction atIndex:0];
}