Marino Faggiana 8 年 前
コミット
aeab3847de
1 ファイル変更1 行追加0 行削除
  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;