adminforth 2.17.0-next.59 → 2.17.0-next.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
<p class="mb-6 text-lightDialogBodyText dark:text-darkDialogBodyText">{{ props.closeConfirmationText }}</p>
|
|
63
63
|
<div class="flex justify-end">
|
|
64
64
|
<Button
|
|
65
|
-
class="me-3"
|
|
65
|
+
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
66
|
@click="showConfirmationOnClose = false"
|
|
67
67
|
>
|
|
68
68
|
Cancel
|