Skip to content

Commit

Permalink
refactor: margin added
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 dcdf1e7 commit b4a8f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 border-2 border-white`}
className={`w-full flex flex-row justify-center rounded-md`}
/>
</RenderIf>
} else {
Expand Down
1 change: 1 addition & 0 deletions src/RenderPaymentMethods.res
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ let make = (
background: "transparent",
marginLeft: "4px",
marginRight: "4px",
marginTop: "4px",
fontFamily: themeObj.fontFamily,
fontSize: themeObj.fontSizeBase,
filter: blur,
Expand Down

0 comments on commit b4a8f0c

Please sign in to comment.