react-oauth
react-oauth copied to clipboard
Can the maxWidth for the GoogleLogin button be made configurable?
Hello @MomenSherif i'm passing a width of 480px but the width of the button is 400 because of the set max width, and there's no way to override that. Could that be worked on? Thanks
<GoogleLogin useOneTap={false} size="large" onSuccess={responseMessage} onError={errorMessage} width={480}/>
yes same, please add also an attribute for maxWidth
yes please