From 5e09109e7a8ad5a8915934d9872325f85e7d5106 Mon Sep 17 00:00:00 2001
From: 于良 <redding.yu@yoho.cn>
Date: Mon, 6 Jun 2016 14:57:03 +0800
Subject: [PATCH] 登录页面优化 review by 盖剑秋

---
 js/components/Login.js | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/js/components/Login.js b/js/components/Login.js
index 66182cf..f01b93b 100644
--- a/js/components/Login.js
+++ b/js/components/Login.js
@@ -155,13 +155,12 @@ var styles = StyleSheet.create({
   button: {
       marginLeft: 20,
       marginRight: 20,
-      backgroundColor: '#ffffff',
-      opacity:0.5,
+      backgroundColor: '#b3b3b3',
       borderWidth:0,
       borderRadius:5,
   },
   buttonText: {
-      color: 'black',
+      color: '#ffffff',
       fontSize: 18,
   },
   buttonDelete: {
--
libgit2 0.24.0