From 5a5687e32353941e6e8778ce4d048df6a922d46e Mon Sep 17 00:00:00 2001 From: Aaron Bushnell Date: Mon, 3 Jun 2024 09:55:19 -0400 Subject: [PATCH 1/3] Adjust dark mode for page removal modal --- .../js/components/navigation/RemovePageConfirmation.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/js/components/navigation/RemovePageConfirmation.vue b/resources/js/components/navigation/RemovePageConfirmation.vue index 3372c78376..acf5418349 100644 --- a/resources/js/components/navigation/RemovePageConfirmation.vue +++ b/resources/js/components/navigation/RemovePageConfirmation.vue @@ -5,7 +5,7 @@
{{ __('Remove Page') }}
-
+

-
-
From 62a104f3a5550c3e6655058c6079f2a3abf52e70 Mon Sep 17 00:00:00 2001 From: Aaron Bushnell Date: Mon, 3 Jun 2024 10:00:26 -0400 Subject: [PATCH 2/3] Fix dark mode issues when presenting the delete entry modal --- .../js/components/collections/DeleteEntryConfirmation.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/js/components/collections/DeleteEntryConfirmation.vue b/resources/js/components/collections/DeleteEntryConfirmation.vue index 1cf7db3dec..db737514c2 100644 --- a/resources/js/components/collections/DeleteEntryConfirmation.vue +++ b/resources/js/components/collections/DeleteEntryConfirmation.vue @@ -5,18 +5,18 @@
{{ __('Delete Entry') }}
-
+

-
-
From 39b3d19533ada023f0a1b1f2e0af4d46dadbd2a2 Mon Sep 17 00:00:00 2001 From: Aaron Bushnell Date: Mon, 3 Jun 2024 10:00:33 -0400 Subject: [PATCH 3/3] Fix dark mode issues when presenting the delete localization modal --- .../collections/DeleteLocalizationConfirmation.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/js/components/collections/DeleteLocalizationConfirmation.vue b/resources/js/components/collections/DeleteLocalizationConfirmation.vue index 183366caca..8283a94432 100644 --- a/resources/js/components/collections/DeleteLocalizationConfirmation.vue +++ b/resources/js/components/collections/DeleteLocalizationConfirmation.vue @@ -5,7 +5,7 @@
{{ __('Delete') }}
-
+
@@ -27,11 +27,11 @@
-
-