aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/components/global/ConfirmPrompt.vue
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/src/components/global/ConfirmPrompt.vue')
-rw-r--r--front-end/src/components/global/ConfirmPrompt.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/front-end/src/components/global/ConfirmPrompt.vue b/front-end/src/components/global/ConfirmPrompt.vue
index 24d3b9c..8cc9920 100644
--- a/front-end/src/components/global/ConfirmPrompt.vue
+++ b/front-end/src/components/global/ConfirmPrompt.vue
@@ -33,7 +33,7 @@ onReveal(m => message.value = defaultTo(m, {}));
</p>
</div>
<!-- Modal footer -->
- <div class="flex items-center justify-end p-4 border-t border-gray-200 rounded-b md:p-5 dark:border-gray-600">
+ <div class="flex items-center justify-end gap-2 p-4 border-t border-gray-200 rounded-b md:p-5 dark:border-gray-600">
<button
@click="confirm()"
type="button"