mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 14:46:56 +02:00
Groups: self-management of membership of groups
- Prepare Group Details screen vector-im/riot-meta#114
This commit is contained in:
@@ -39,6 +39,7 @@ UIColor *kRiotColorPinkRed;
|
||||
UIColor *kRiotColorRed;
|
||||
UIColor *kRiotColorIndigo;
|
||||
UIColor *kRiotColorOrange;
|
||||
UIColor *kRiotColorBlue;
|
||||
|
||||
// Riot Background Colors
|
||||
UIColor *kRiotBgColorWhite;
|
||||
@@ -92,6 +93,7 @@ UIKeyboardAppearance kRiotKeyboard;
|
||||
kRiotColorRed = UIColorFromRGB(0xFF4444);
|
||||
kRiotColorIndigo = UIColorFromRGB(0xBD79CC);
|
||||
kRiotColorOrange = UIColorFromRGB(0xF8A15F);
|
||||
kRiotColorBlue = UIColorFromRGB(0x81BDDB);
|
||||
|
||||
kRiotBgColorWhite = [UIColor whiteColor];
|
||||
kRiotBgColorBlack = UIColorFromRGB(0x2D2D2D);
|
||||
|
||||
Reference in New Issue
Block a user