Skip to content

Commit 3092406

Browse files
committed
Made the Dialog footer match the Form footer style
1 parent 7f993c2 commit 3092406

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-between sm:space-x-2", className)}
85+
className={cn("flex justify-between border-t border-grid-bright pt-4", className)}
8686
{...props}
8787
/>
8888
);

0 commit comments

Comments
 (0)