Skip to content

Commit ac81a9c

Browse files
committed
Improved the dialog footer
1 parent e3398dd commit ac81a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/primitives/Dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ DialogHeader.displayName = "DialogHeader";
8282

8383
const DialogFooter = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (
8484
<div
85-
className={cn("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2", className)}
85+
className={cn("flex flex-col-reverse sm:flex-row sm:justify-between sm:space-x-2", className)}
8686
{...props}
8787
/>
8888
);

0 commit comments

Comments
 (0)