We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa67a0e commit b8522c9Copy full SHA for b8522c9
adminforth/spa/src/afcl/Dialog.vue
@@ -62,7 +62,7 @@
62
<p class="mb-6 text-lightDialogBodyText dark:text-darkDialogBodyText">{{ props.closeConfirmationText }}</p>
63
<div class="flex justify-end">
64
<Button
65
- class="me-3"
+ class="me-3 !bg-gray-50 dark:!bg-gray-700 !text-lightDialogBodyText dark:!text-darkDialogBodyText hover:!bg-gray-100 dark:hover:!bg-gray-600 !border-gray-200 dark:!border-gray-600"
66
@click="showConfirmationOnClose = false"
67
>
68
Cancel
0 commit comments