Skip to content

Commit d7b357d

Browse files
checking google button width
1 parent 435f550 commit d7b357d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/components/registration/registration.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class RegistrationComponent implements OnInit {
4848
//@ts-ignore
4949
google.accounts.id.renderButton(
5050
document.getElementById("google_registration_button"),
51-
{ theme: "filled_blue", size: "large", width: "200px" }
51+
{ theme: "filled_blue", size: "large", width: "400px" }
5252
);
5353
//@ts-ignore
5454
google.accounts.id.prompt();

0 commit comments

Comments
 (0)