fix: add gap spacing to dialog footer buttons on mobile

This commit is contained in:
Zamil Majdy
2026-02-15 09:29:10 +04:00
parent 7d63e5ec93
commit b2f35fe2d4

View File

@@ -115,7 +115,7 @@ const DialogFooter = ({
}: React.HTMLAttributes<HTMLDivElement>) => (
<div
className={cn(
"flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",
"flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",
className,
)}
{...props}