Skip to content

Commit

Permalink
fix: google pay button border
Browse files Browse the repository at this point in the history
  • Loading branch information
Saksham Sharma authored and Saksham Sharma committed Aug 21, 2024
1 parent b71b323 commit dcdf1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Payments/GPay.res
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ let make = (
<div
style={height: `${height->Int.toString}px`}
id="google-pay-button"
className={`w-full flex flex-row justify-center rounded-md`}
className={`w-full flex flex-row justify-center rounded-md border-2 border-white`}
/>
</RenderIf>
} else {
Expand Down

0 comments on commit dcdf1e7

Please sign in to comment.