Skip to content

Commit 4da9d97

Browse files
committed
fix: dark mode payment
1 parent 320ade4 commit 4da9d97

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/webapp/pages/pay.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ const PayPage = (): ReactElement => {
3737
<NextSeo nofollow noindex />
3838
<div className="m-auto flex h-full w-full flex-col gap-6 laptop:h-fit laptop:w-[34.875rem]">
3939
<div className="flex w-full flex-1 justify-center bg-background-default">
40-
<div className="checkout-container" />
40+
<div className="mt-10 flex-1 rounded-16 border border-border-subtlest-tertiary bg-black p-6">
41+
<div className="checkout-container" />
42+
</div>
4143
</div>
4244
</div>
4345
</>

0 commit comments

Comments
 (0)