|
@@ -205,7 +205,7 @@ class NCBrandColor: NSObject {
|
|
tabBar = UIColor(red: 28.0/255.0, green: 28.0/255.0, blue: 30.0/255.0, alpha: 1.0) // Gray (6) Dark
|
|
tabBar = UIColor(red: 28.0/255.0, green: 28.0/255.0, blue: 30.0/255.0, alpha: 1.0) // Gray (6) Dark
|
|
navigationBar = .black
|
|
navigationBar = .black
|
|
backgroundView = .black
|
|
backgroundView = .black
|
|
- backgroundForm = UIColor(red: 44.0/255.0, green: 44.0/255.0, blue: 46.0/255.0, alpha: 1.0) // Gray (5) Dark
|
|
|
|
|
|
+ backgroundForm = UIColor(red: 28.0/255.0, green: 28.0/255.0, blue: 30.0/255.0, alpha: 1.0) // Gray (6) Dark
|
|
cellSettings = UIColor(red: 28.0/255.0, green: 28.0/255.0, blue: 30.0/255.0, alpha: 1.0) // Gray (6) Dark
|
|
cellSettings = UIColor(red: 28.0/255.0, green: 28.0/255.0, blue: 30.0/255.0, alpha: 1.0) // Gray (6) Dark
|
|
backgroundSettings = .black
|
|
backgroundSettings = .black
|
|
textView = .white
|
|
textView = .white
|
|
@@ -216,7 +216,7 @@ class NCBrandColor: NSObject {
|
|
tabBar = .white
|
|
tabBar = .white
|
|
navigationBar = .white
|
|
navigationBar = .white
|
|
backgroundView = .white
|
|
backgroundView = .white
|
|
- backgroundForm = UIColor(red: 229.0/255.0, green: 229.0/255.0, blue: 234.0/255.0, alpha: 1.0) // Gray (5) Light
|
|
|
|
|
|
+ backgroundForm = UIColor(red: 242.0/255.0, green: 242.0/255.0, blue: 247.0/255.0, alpha: 1.0) // Gray (6) Light
|
|
backgroundSettings = UIColor(red: 242.0/255.0, green: 242.0/255.0, blue: 247.0/255.0, alpha: 1.0) // Gray (6) Light
|
|
backgroundSettings = UIColor(red: 242.0/255.0, green: 242.0/255.0, blue: 247.0/255.0, alpha: 1.0) // Gray (6) Light
|
|
cellSettings = .white
|
|
cellSettings = .white
|
|
textView = .black
|
|
textView = .black
|