We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Setting buttonRadius to zero does not effect.
To Reproduce
buttonRadius: 0
Expected behavior Button has 0 radius.
adyen-web version 6.5.0
Additional context Should be fixed here https://github.com/Adyen/adyen-web/blob/main/packages/lib/src/components/GooglePay/components/GooglePayButton.tsx#L31
with ...(buttonRadius !== undefined && { buttonRadius })
...(buttonRadius !== undefined && { buttonRadius })
The text was updated successfully, but these errors were encountered:
GooglePayButton
buttonRadius
@strublos - thanks for raising this issue. It will be fixed in our next v6 release
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Setting buttonRadius to zero does not effect.
To Reproduce
buttonRadius: 0
Expected behavior
Button has 0 radius.
adyen-web version 6.5.0
Additional context
Should be fixed here
https://github.com/Adyen/adyen-web/blob/main/packages/lib/src/components/GooglePay/components/GooglePayButton.tsx#L31
with
...(buttonRadius !== undefined && { buttonRadius })
The text was updated successfully, but these errors were encountered: