diff --git a/resources/js/Components/ApplicationLogo.vue b/resources/js/Components/ApplicationLogo.vue index b8a554d0..bc90424a 100644 --- a/resources/js/Components/ApplicationLogo.vue +++ b/resources/js/Components/ApplicationLogo.vue @@ -2,7 +2,7 @@ + class="fill-white" /> diff --git a/resources/js/Components/AuthenticationCard.vue b/resources/js/Components/AuthenticationCard.vue index ee11110f..80c8a3d4 100644 --- a/resources/js/Components/AuthenticationCard.vue +++ b/resources/js/Components/AuthenticationCard.vue @@ -1,12 +1,12 @@
+ class="min-h-screen flex flex-col sm:justify-center items-center pt-6 sm:pt-0 bg-card-background">
+ class="w-full sm:max-w-md mt-6 px-6 py-4 bg-card-background shadow-md overflow-hidden sm:rounded-lg">
diff --git a/resources/js/Components/Checkbox.vue b/resources/js/Components/Checkbox.vue index e5ffd9a7..e2d0bda0 100644 --- a/resources/js/Components/Checkbox.vue +++ b/resources/js/Components/Checkbox.vue @@ -30,5 +30,5 @@ const proxyChecked = computed({ v-model="proxyChecked" type="checkbox" :value="value" - class="rounded dark:bg-gray-900 border-gray-300 dark:border-gray-700 text-indigo-600 shadow-sm focus:ring-indigo-500 dark:focus:ring-indigo-600 dark:focus:ring-offset-gray-800" /> + class="rounded bg-input-background border-input-border text-indigo-600 shadow-sm focus:ring-indigo-500" /> diff --git a/resources/js/Components/ConfirmationModal.vue b/resources/js/Components/ConfirmationModal.vue index abea8f8f..e5f730db 100644 --- a/resources/js/Components/ConfirmationModal.vue +++ b/resources/js/Components/ConfirmationModal.vue @@ -29,12 +29,12 @@ const close = () => { :max-width="maxWidth" :closeable="closeable" @close="close"> -
+
{
+ class="flex flex-row justify-end px-6 py-4 bg-card-background text-end">
diff --git a/resources/js/Components/DangerButton.vue b/resources/js/Components/DangerButton.vue index af1283bd..e2c756ac 100644 --- a/resources/js/Components/DangerButton.vue +++ b/resources/js/Components/DangerButton.vue @@ -14,7 +14,7 @@ Modal.vue diff --git a/resources/js/Components/DialogModal.vue b/resources/js/Components/DialogModal.vue index 0d2468fe..94b37f37 100644 --- a/resources/js/Components/DialogModal.vue +++ b/resources/js/Components/DialogModal.vue @@ -40,7 +40,7 @@ const close = () => {
+ class="flex flex-row justify-end px-6 py-4 bg-gray-100 text-end">
diff --git a/resources/js/Components/InputError.vue b/resources/js/Components/InputError.vue index 5d225358..2c9b669c 100644 --- a/resources/js/Components/InputError.vue +++ b/resources/js/Components/InputError.vue @@ -6,7 +6,7 @@ defineProps({