diff --git a/src/Payments/GPay.res b/src/Payments/GPay.res index a72e1da58..18d307bee 100644 --- a/src/Payments/GPay.res +++ b/src/Payments/GPay.res @@ -221,7 +221,7 @@ let make = (
Int.toString}px`} id="google-pay-button" - className={`w-full flex flex-row justify-center rounded-md border-2 border-white`} + className={`w-full flex flex-row justify-center rounded-md`} /> } else { diff --git a/src/RenderPaymentMethods.res b/src/RenderPaymentMethods.res index d02c2bbfe..8f0ab28d1 100644 --- a/src/RenderPaymentMethods.res +++ b/src/RenderPaymentMethods.res @@ -60,6 +60,7 @@ let make = ( background: "transparent", marginLeft: "4px", marginRight: "4px", + marginTop: "4px", fontFamily: themeObj.fontFamily, fontSize: themeObj.fontSizeBase, filter: blur,