💄 Better spacing

This commit is contained in:
Luke Vella 2024-09-21 09:46:47 +01:00
parent 52e1582e4a
commit 4f24392a99
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -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,