mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
fix: spacing in delete dialog (#2823)
This commit is contained in:
committed by
GitHub
parent
601bd5d6e7
commit
c3ff6fadc9
@@ -34,7 +34,7 @@ export const DeleteDialog = ({
|
||||
<Modal open={open} setOpen={setOpen} title={`Delete ${deleteWhat}`}>
|
||||
<p>{text || "Are you sure? This action cannot be undone."}</p>
|
||||
<div>{children}</div>
|
||||
<div className="space-x-2 text-right">
|
||||
<div className="mt-4 space-x-2 text-right">
|
||||
<Button
|
||||
loading={isSaving}
|
||||
variant="secondary"
|
||||
|
||||
Reference in New Issue
Block a user