Marino Faggiana hace 8 años
padre
commit
aeab3847de
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      iOSClient/Login/CCLogin.m

+ 1 - 0
iOSClient/Login/CCLogin.m

@@ -40,6 +40,7 @@
     [super viewDidLoad];
     
     self.imageBrand.image = [UIImage imageNamed:image_brandLogin];
+    self.login.backgroundColor = COLOR_BRAND;
     
 #ifdef NO_REQUEST_LOGIN_URL
     _baseUrl.text = k_loginBaseUrl;