We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f993c2 commit 3092406Copy full SHA for 3092406
apps/webapp/app/components/primitives/Dialog.tsx
@@ -82,7 +82,7 @@ DialogHeader.displayName = "DialogHeader";
82
83
const DialogFooter = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (
84
<div
85
- className={cn("flex flex-col-reverse sm:flex-row sm:justify-between sm:space-x-2", className)}
+ className={cn("flex justify-between border-t border-grid-bright pt-4", className)}
86
{...props}
87
/>
88
);
0 commit comments