From dccf69293d37808258b5b5029f37ad04b870e946 Mon Sep 17 00:00:00 2001 From: PayalDholakiya Date: Thu, 30 Mar 2023 14:56:32 +0530 Subject: [PATCH] add customer dark mode login --- .../scripts/customer/layouts/LayoutBasic.vue | 2 +- .../scripts/customer/layouts/LayoutLogin.vue | 21 +++++++------------ 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/resources/scripts/customer/layouts/LayoutBasic.vue b/resources/scripts/customer/layouts/LayoutBasic.vue index e37005b7..9bffa5d1 100644 --- a/resources/scripts/customer/layouts/LayoutBasic.vue +++ b/resources/scripts/customer/layouts/LayoutBasic.vue @@ -6,7 +6,7 @@ -
+
diff --git a/resources/scripts/customer/layouts/LayoutLogin.vue b/resources/scripts/customer/layouts/LayoutLogin.vue index 5ff1ae34..61286d3c 100644 --- a/resources/scripts/customer/layouts/LayoutLogin.vue +++ b/resources/scripts/customer/layouts/LayoutLogin.vue @@ -1,31 +1,24 @@