From de235a91e521b775b3c37ed3035585d197458cef Mon Sep 17 00:00:00 2001 From: Yogesh Gohil <33858419+yogesh-gohil@users.noreply.github.com> Date: Thu, 30 Mar 2023 18:48:17 +0530 Subject: [PATCH] Dark cust light dark button (#1208) * add LightDark option for customer dashboard * fix color in customer light-dark button --------- Co-authored-by: yashkanakiya --- .../components/CustomerLightDarkButton.vue | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/resources/scripts/components/CustomerLightDarkButton.vue b/resources/scripts/components/CustomerLightDarkButton.vue index 15462ddd..3beb5a60 100644 --- a/resources/scripts/components/CustomerLightDarkButton.vue +++ b/resources/scripts/components/CustomerLightDarkButton.vue @@ -2,22 +2,20 @@