Skip to content

Commit 51b417a

Browse files
Custom button style changes
1 parent 7a3a2b5 commit 51b417a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sign-in/sign-in.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default class signIn extends Component {
4242
{/* <label>Password</label> */}
4343
<div className="buttons">
4444
<CustomButton type="submit" value="Submit From">Sign-In</CustomButton>
45-
<CustomButton onClick={signInWithGoogle} isGoogleSignIn>Sign-In with Google</CustomButton>
45+
<CustomButton onClick={signInWithGoogle} type="button" isGoogleSignIn>Sign-In with Google</CustomButton>
4646
</div>
4747

4848
</form>

0 commit comments

Comments
 (0)