|
@@ -146,7 +146,7 @@ export default class Login extends Component<PropsType, StateType> {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
renderGoogleSection = () => {
|
|
renderGoogleSection = () => {
|
|
|
- if (this.state.hasGoogle) {
|
|
|
|
|
|
|
+ if (true || this.state.hasGoogle) {
|
|
|
return (
|
|
return (
|
|
|
<OAuthButton onClick={this.googleRedirect}>
|
|
<OAuthButton onClick={this.googleRedirect}>
|
|
|
<IconWrapper>
|
|
<IconWrapper>
|
|
@@ -306,7 +306,7 @@ const IconWrapper = styled.div`
|
|
|
|
|
|
|
|
const Icon = styled.img`
|
|
const Icon = styled.img`
|
|
|
height: 18px;
|
|
height: 18px;
|
|
|
- margin: 14px;
|
|
|
|
|
|
|
+ margin: 0 10px;
|
|
|
`;
|
|
`;
|
|
|
|
|
|
|
|
const StyledGoogleIcon = styled(GoogleIcon)`
|
|
const StyledGoogleIcon = styled(GoogleIcon)`
|
|
@@ -314,9 +314,10 @@ const StyledGoogleIcon = styled(GoogleIcon)`
|
|
|
height: 38px;
|
|
height: 38px;
|
|
|
`;
|
|
`;
|
|
|
|
|
|
|
|
-const OAuthButton = styled.div`
|
|
|
|
|
|
|
+const OAuthButton = styled.button`
|
|
|
width: 200px;
|
|
width: 200px;
|
|
|
height: 30px;
|
|
height: 30px;
|
|
|
|
|
+ border: 0;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
|
align-items: center;
|
|
align-items: center;
|