Skip to content

Commit

Permalink
Update google-signin-button default size
Browse files Browse the repository at this point in the history
The button size default value is large. See https://developers.google.com/identity/gsi/web/reference/js-reference#size



Signed-off-by: Ramzi Youssef <[email protected]>
  • Loading branch information
ram-you authored May 19, 2024
1 parent 7c15d7d commit e4200de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/google-signin-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ This button renders default Google SignIn Button using Google API.
### size

- **Type**: `"large" | "medium" | "small"`
- **Default**: `small`
- **Default**: `large`
- [Read More](https://developers.google.com/identity/gsi/web/reference/js-reference#size)

The button size
Expand Down Expand Up @@ -202,4 +202,4 @@ This event can be used to handle password credentials.
This event emitted when the `one-tap` prop is set to `true`. This can be used to handle the prompt of one tap UI.

- **Arguments**: `PromptMomentNotification`
- [Read More](https://developers.google.com/identity/gsi/web/reference/js-reference#PromptMomentNotification)
- [Read More](https://developers.google.com/identity/gsi/web/reference/js-reference#PromptMomentNotification)

0 comments on commit e4200de

Please sign in to comment.