mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 22:56:57 +02:00
-> add a .h file to define the vector color
-> restore the done button on the roomSettingsViewController.
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#import "AppDelegate.h"
|
||||
|
||||
#import "VectorDesignValues.h"
|
||||
|
||||
@interface RoomParticipantsViewController ()
|
||||
{
|
||||
// Add participants section
|
||||
@@ -951,7 +953,7 @@
|
||||
searchBar.showsCancelButton = YES;
|
||||
|
||||
// TODO : it should be an application constant value
|
||||
searchBar.barTintColor = searchBar.tintColor = [UIColor colorWithRed:(98.0/256.0) green:(206.0/256.0) blue:(156.0/256.0) alpha:1.0];
|
||||
searchBar.barTintColor = searchBar.tintColor = VECTOR_GREEN_COLOR;
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user