Skip to content

Commit 1ccb709

Browse files
fix: add gap to DialogFooter in DeleteUser component (#37)
1 parent 34b2752 commit 1ccb709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/DeleteUser.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const closeModal = () => {
7070
<InputError :message="form.errors.password" />
7171
</div>
7272

73-
<DialogFooter>
73+
<DialogFooter class="gap-2">
7474
<DialogClose as-child>
7575
<Button variant="secondary" @click="closeModal"> Cancel </Button>
7676
</DialogClose>

0 commit comments

Comments
 (0)