marinofaggiana 4 ani în urmă
părinte
comite
a14cda6e2f
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      iOSClient/Brand/NCBrand.swift

+ 2 - 2
iOSClient/Brand/NCBrand.swift

@@ -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
             navigationBar = .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
             backgroundSettings = .black
             textView = .white
@@ -216,7 +216,7 @@ class NCBrandColor: NSObject {
             tabBar = .white
             navigationBar = .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
             cellSettings = .white
             textView = .black