mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +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 (
|
return (
|
||||||
<Dialog {...dialog.dialogProps} {...forwardedProps}>
|
<Dialog {...dialog.dialogProps} {...forwardedProps}>
|
||||||
{children}
|
{children}
|
||||||
<DialogContent className="w-[600px] p-4">
|
<DialogContent className="w-[600px] p-4 sm:p-6">
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
<header className="pt-4">
|
<header>
|
||||||
<m.div
|
<m.div
|
||||||
transition={{
|
transition={{
|
||||||
delay: 0.2,
|
delay: 0.2,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue