mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-24 03:21:20 -05:00
padding issue fixed in delete dialog
This commit is contained in:
@@ -32,7 +32,7 @@ export default function DeleteDialog({
|
|||||||
<Modal open={open} setOpen={setOpen} title={`Delete ${deleteWhat}`}>
|
<Modal open={open} setOpen={setOpen} title={`Delete ${deleteWhat}`}>
|
||||||
<p>{text || "Are you sure? This action cannot be undone."}</p>
|
<p>{text || "Are you sure? This action cannot be undone."}</p>
|
||||||
<div>{children}</div>
|
<div>{children}</div>
|
||||||
<div className="my-4 space-x-2 text-right">
|
<div className="space-x-2 text-right">
|
||||||
<Button
|
<Button
|
||||||
variant="secondary"
|
variant="secondary"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user