diff options
Diffstat (limited to 'src/containers/auth')
| -rw-r--r-- | src/containers/auth/Login.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/containers/auth/Login.js b/src/containers/auth/Login.js index f1deb33c..3bc36a17 100644 --- a/src/containers/auth/Login.js +++ b/src/containers/auth/Login.js @@ -30,7 +30,10 @@ class LoginContainer extends React.Component { <GoogleLogin clientId="311799954046-jv2inpg9nu7m0avcg6gulvkuvfgbtgb4.apps.googleusercontent.com" onSuccess={this.onAuthResponse.bind(this)} - onFailure={this.onAuthResponse.bind(this)}> + onFailure={this.onAuthResponse.bind(this)} + style={{height: "40px"}} + className="btn btn-secondary" + > <span className='fa fa-google'/> {' '} <span>Login with Google</span> |
