Skip to content

Commit bdaa327

Browse files
committed
fix: Remove padding for emty state
1 parent 8ac0c22 commit bdaa327

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/form-builder/canvas/generate-editor-mode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { FormRow } from "@/types/form-builder.types";
2222
import { Geist } from "next/font/google";
2323
// Memoize the empty state component
2424
const EmptyState = memo(() => (
25-
<div className="mt-10 p-6 text-center text-sm text-muted-foreground bg-black/5 rounded-lg max-w-md mx-auto border-dashed border-2 border-slate-300">
25+
<div className="p-6 text-center text-sm text-muted-foreground bg-black/5 rounded-lg max-w-md mx-auto border-dashed border-2 border-slate-300">
2626
Please add a component to the form
2727
</div>
2828
));

0 commit comments

Comments
 (0)