From 4f0c00a6f0d2da93c2e0e1ca6c775375a0daac55 Mon Sep 17 00:00:00 2001 From: Manian Rezaie Date: Mon, 12 Feb 2024 05:58:07 -0800 Subject: [PATCH] fix background height when dark mode enabled --- resources/js/Layouts/LayoutAuthenticated.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/Layouts/LayoutAuthenticated.vue b/resources/js/Layouts/LayoutAuthenticated.vue index 98a92a1..5ddb3e7 100644 --- a/resources/js/Layouts/LayoutAuthenticated.vue +++ b/resources/js/Layouts/LayoutAuthenticated.vue @@ -14,7 +14,7 @@ const layoutStore = useLayoutStore()