We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320ade4 commit 4da9d97Copy full SHA for 4da9d97
1 file changed
packages/webapp/pages/pay.tsx
@@ -37,7 +37,9 @@ const PayPage = (): ReactElement => {
37
<NextSeo nofollow noindex />
38
<div className="m-auto flex h-full w-full flex-col gap-6 laptop:h-fit laptop:w-[34.875rem]">
39
<div className="flex w-full flex-1 justify-center bg-background-default">
40
- <div className="checkout-container" />
+ <div className="mt-10 flex-1 rounded-16 border border-border-subtlest-tertiary bg-black p-6">
41
+ <div className="checkout-container" />
42
+ </div>
43
</div>
44
45
</>
0 commit comments