Skip to content

Commit

Permalink
💄 Better spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevella committed Sep 21, 2024
1 parent 52e1582 commit 4f24392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/pay-wall-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ export function PayWallDialog({ children, ...forwardedProps }: DialogProps) {
return (
<Dialog {...dialog.dialogProps} {...forwardedProps}>
{children}
<DialogContent className="w-[600px] p-4">
<DialogContent className="w-[600px] p-4 sm:p-6">
<div className="space-y-6">
<header className="pt-4">
<header>
<m.div
transition={{
delay: 0.2,
Expand Down

0 comments on commit 4f24392

Please sign in to comment.