Skip to content

Commit

Permalink
adjust styling
Browse files Browse the repository at this point in the history
  • Loading branch information
NFriedo committed Dec 13, 2024
1 parent 9fcf6f4 commit 26b3b8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/modules/ui/confirmation-dialog/ConfirmationDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<UseFocusTrap>
<VCard>
<template #title>
<h2 class="text-h4 my-2 px-2 dialog-title">
<h2 class="text-h4 ma-2 dialog-title">
{{ message }}
</h2>
</template>

<template #actions>
<VSpacer />
<div class="action-buttons px-6">
<div class="action-buttons mx-6">
<VBtn
data-testid="dialog-cancel"
variant="text"
Expand All @@ -41,6 +41,7 @@ import { computed } from "vue";
import { useInternalConfirmationDialog } from "./Confirmation.composable";
import { useI18n } from "vue-i18n";
import { UseFocusTrap } from "@vueuse/integrations/useFocusTrap/component";
import { VSpacer } from "vuetify/lib/components/index.mjs";
const { t } = useI18n();
const { confirm, cancel, dialogOptions, isDialogOpen } =
Expand Down

0 comments on commit 26b3b8a

Please sign in to comment.