From 71672509b61c5fe08769a8e5bb5351402ed66846 Mon Sep 17 00:00:00 2001 From: jeremy bayse Date: Tue, 14 Apr 2026 19:06:17 +0200 Subject: [PATCH] design: fix candidate layout with full light theme, no dark mode dependencies, high contrast throughout --- resources/js/Layouts/AuthenticatedLayout.vue | 14 +-- resources/js/Pages/Dashboard.vue | 113 ++++++++++--------- 2 files changed, 67 insertions(+), 60 deletions(-) diff --git a/resources/js/Layouts/AuthenticatedLayout.vue b/resources/js/Layouts/AuthenticatedLayout.vue index 8aca9b9..1df35f6 100644 --- a/resources/js/Layouts/AuthenticatedLayout.vue +++ b/resources/js/Layouts/AuthenticatedLayout.vue @@ -14,10 +14,8 @@ const showingNavigationDropdown = ref(false);