mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 08:28:35 +02:00
💄 Better spacing
This commit is contained in:
parent
52e1582e4a
commit
4f24392a99
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue