adjustments to dialog spacing

This commit is contained in:
miloschwartz
2025-12-16 23:19:18 -05:00
parent e8f763a77f
commit 809bb4a7b4
4 changed files with 5 additions and 5 deletions

View File

@@ -179,7 +179,7 @@ const CredenzaFooter = ({ className, children, ...props }: CredenzaProps) => {
return (
<CredenzaFooter
className={cn(
"mt-8 md:mt-0 -mx-6 px-6 pt-6 border-t border-border",
"mt-8 md:mt-0 -mx-6 px-6 pt-4 border-t border-border",
className
)}
{...props}