@@ -147,7 +147,7 @@ class NCBrandColor: NSObject {
} else {
tabBar = .white
backgroundView = .white
- backgroundForm = UIColor(red: 247.0/255.0, green: 247.0/255.0, blue: 247.0/255.0, alpha: 1.0)
+ backgroundForm = UIColor(red: 242.0/255.0, green: 242.0/255.0, blue: 247.0/255.0, alpha: 1.0)
textView = .black
separator = UIColor(red: 235.0/255.0, green: 235.0/255.0, blue: 235.0/255.0, alpha: 1.0)
select = self.brandElement.withAlphaComponent(0.1)