And also, can I do it? I'm not sure about those legal things, I hope I won't be sued for changing its width and height a little bit. As you can see in the attached picture, I've changed the size of "Sign in with Apple", but how do I do it with the Google's button?
I initialize this button via js like this:
window.google.accounts.id.initialize({
client_id: "client_id",
});
window.google.accounts.id.renderButton(
googleSignIn.current,
{
theme: "outline",
size: "large",
type: "standard",
}
);